Date: Mon, 1 May 1995 14:55:52 +0200 (MET DST) From: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net> To: freebsd-bugs@FreeBSD.org (FreeBSD Bugs' list), freebsd-current@FreeBSD.org (FreeBSD Current Users' list) Subject: Problem with ibcs2 lkm module and POSIX_SAVED_ID Message-ID: <199505011255.OAA08477@keltia.frmug.fr.net>
next in thread | raw e-mail | index | archive | help
-current from yesterday, ctm#617 19950430200001. cc -O -m486 -pipe -DLKM -I. -DCOMPAT_IBCS2 -DKERNEL -I/src/src/lkm/ibcs2/../../sys -W -Wcomment -Wredundant-decls -c /src/src/lkm/ibcs2/../../sys/i386/ibcs2/ibcs2_xenix.c /src/src/lkm/ibcs2/../../sys/i386/ibcs2/ibcs2_xenix.c: In function `ibcs2_cxenix': /src/src/lkm/ibcs2/../../sys/i386/ibcs2/ibcs2_xenix.c:271: parse error before `)' *** Error code 1 Stop. *** Error code 1 Stop. The problem come from the definition of _POSIX_SAVED_IDS : ------------------------------------------------------------ 246 [14:35] root@keltia:src/lib# grep _POSIX_SAVED_IDS /sys/sys/unistd.h /sys/sys/unistd.h:#define _POSIX_SAVED_IDS /* saved set-user-ID ------------------------------------------------------------ and the following code in ibcs2_xenix.c : ------------------------------------------------------------ #ifdef _POSIX_SAVED_IDS *retval = (_POSIX_SAVED_IDS); #else *retval = (0); #endif ------------------------------------------------------------ -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia BUILT-19950501 #0: Mon May 1 00:14:02 MET DST 1995
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505011255.OAA08477>