summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-04 22:03:47 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-04 22:03:47 +0000
commit450fda6015f1799648ff7da87fdb2c46d42415f8 (patch)
tree1bb668d77159d2d607d96d08102fd247fb084f7c /util.c
parentca56bbdb0d398371332467534deaefdb77883bd7 (diff)
XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 401d4ae..b3f5bce 100644
--- a/util.c
+++ b/util.c
@@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/util.c,v 3.20 2002/05/31 18:46:10 dawes Exp $ */
+/* $XFree86: xc/programs/xdm/util.c,v 3.21 2003/11/22 04:09:26 dawes Exp $ */
/*
* xdm - display manager daemon
@@ -55,7 +55,7 @@ from The Open Group.
#undef _POSIX_SOURCE
#endif
#endif
-#if defined(__osf__) || defined(linux) || defined(__QNXNTO__) || defined(__GNU__)
+#if defined(__osf__) || defined(linux) || defined(__QNXNTO__) || defined(__GLIBC__)
#define setpgrp setpgid
#endif