diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index 97aca8187..25ed6a231 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -76,8 +76,8 @@ static char *pSCCSID = "@(#)iocLogServer.c 1.9\t05/05/94"; * prior to including the socket headers on solaris * * functions involved here: - * popen() stdio.h - * sigaction() signal.h + * popen() stdio.h (only in xopen) + * sigaction() signal.h (only in posix) */ #define _XOPEN_SOURCE /* for solaris and "cc -Xc"/"gcc -ansi" */ #define _POSIX_C_SOURCE 3 /* for solaris and "cc -Xc"/"gcc -ansi" */