summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/glib/grand.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Sametime/src/glib/grand.c')
-rw-r--r--protocols/Sametime/src/glib/grand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/glib/grand.c b/protocols/Sametime/src/glib/grand.c
index a70ce7b875..c00d70868d 100644
--- a/protocols/Sametime/src/glib/grand.c
+++ b/protocols/Sametime/src/glib/grand.c
@@ -260,7 +260,7 @@ g_rand_new (void)
g_get_current_time (&now);
seed[0] = now.tv_sec;
seed[1] = now.tv_usec;
- seed[2] = getpid ();
+ seed[2] = _getpid ();
#ifdef G_OS_UNIX
seed[3] = getppid ();
#else