From owner-cvs-include Sun Mar 8 09:27:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17745 for cvs-include-outgoing; Sun, 8 Mar 1998 09:27:46 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17702; Sun, 8 Mar 1998 09:27:39 -0800 (PST) (envelope-from dufault@FreeBSD.org) From: Peter Dufault Received: (from dufault@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00766; Sun, 8 Mar 1998 09:25:45 -0800 (PST) Date: Sun, 8 Mar 1998 09:25:45 -0800 (PST) Message-Id: <199803081725.JAA00766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/include limits.h signal.h src/lib/libc/gen sysconf.c src/share/man/man9 posix4.9 src/sys/posix4 aio.h mqueue.h posix4.h semaphore.h src/sys/sys _posix.h aio.h mman.h rtprio.h unistd.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dufault 1998/03/08 09:25:45 PST Modified files: include limits.h signal.h lib/libc/gen sysconf.c share/man/man9 posix4.9 sys/posix4 aio.h mqueue.h posix4.h semaphore.h sys/sys aio.h mman.h rtprio.h unistd.h Added files: sys/sys _posix.h Log: Reviewed by: bde Changes to support building with _POSIX_SOURCE set to 199309L: 1. Add sys/_posix.h to handle those preprocessor defs that POSIX says have effects when defined before including any header files; 2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE 3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now defined in POSIX. These show up when: _POSIX_SOURCE and _POSIX_C_SOURCE are not set or _POSIX_C_SOURCE is set >= 199309L and vanish when: _POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L. 4. Explain these in man 9 posix4; 5. Include _posix.h and conditionalize on new feature test. Revision Changes Path 1.7 +10 -4 src/include/limits.h 1.6 +33 -3 src/include/signal.h 1.8 +2 -2 src/lib/libc/gen/sysconf.c 1.2 +40 -27 src/share/man/man9/posix4.9 1.2 +6 -4 src/sys/posix4/aio.h 1.2 +4 -1 src/sys/posix4/mqueue.h 1.2 +5 -13 src/sys/posix4/posix4.h 1.2 +3 -1 src/sys/posix4/semaphore.h 1.4 +1 -35 src/sys/sys/aio.h 1.22 +7 -5 src/sys/sys/mman.h 1.6 +2 -11 src/sys/sys/rtprio.h 1.16 +5 -40 src/sys/sys/unistd.h From owner-cvs-include Sun Mar 8 09:34:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18583 for cvs-include-outgoing; Sun, 8 Mar 1998 09:34:26 -0800 (PST) (envelope-from owner-cvs-include) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18542; Sun, 8 Mar 1998 09:34:01 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id BAA07388; Mon, 9 Mar 1998 01:33:57 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199803081733.BAA07388@spinner.netplex.com.au> X-Mailer: exmh version 2.0.1 12/23/97 To: Peter Dufault cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/include limits.h signal.h src/lib/libc/gen sysconf.c src/share/man/man9 posix4.9 src/sys/posix4 aio.h mqueue.h posix4.h semaphore.h src/sys/sys _posix.h aio.h mman.h rtprio.h unistd.h In-reply-to: Your message of "Sun, 08 Mar 1998 09:25:45 PST." <199803081725.JAA00766@freefall.freebsd.org> Date: Mon, 09 Mar 1998 01:33:56 +0800 From: Peter Wemm Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Dufault wrote: [..] > 2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE > > 3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now > defined in POSIX. These show up when: [..] > 4. Explain these in man 9 posix4; I thought posix.4 was defunct and that it was renamed to posix.1b? If so, then I suspect that the last place that Joe Random Programmer will look for posix1b stuff will be under posix4. Cheers, -Peter From owner-cvs-include Sun Mar 8 11:13:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26594 for cvs-include-outgoing; Sun, 8 Mar 1998 11:13:28 -0800 (PST) (envelope-from owner-cvs-include) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26528; Sun, 8 Mar 1998 11:13:07 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.5/8.8.7) id GAA13291; Mon, 9 Mar 1998 06:13:06 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199803081913.GAA13291@cimlogic.com.au> Subject: Re: cvs commit: src/include limits.h signal.h src/lib/libc/gen sysconf.c src/share/man/man9 posix4.9 src/sys/posix4 aio.h mqueue In-Reply-To: <199803081733.BAA07388@spinner.netplex.com.au> from Peter Wemm at "Mar 9, 98 01:33:56 am" To: peter@netplex.com.au (Peter Wemm) Date: Mon, 9 Mar 1998 06:13:06 +1100 (EST) Cc: dufault@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > I thought posix.4 was defunct and that it was renamed to posix.1b? If so, > then I suspect that the last place that Joe Random Programmer will look > for posix1b stuff will be under posix4. AFAIK POSIX 1004.3 became POSIX 1003.1b in 1993. And that was revised with the addition of 1003.1c-1995 and 1003.1i-1995 to become 1003.1-1996 which is the standard that everyone should refer to. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-include Sun Mar 8 12:06:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03233 for cvs-include-outgoing; Sun, 8 Mar 1998 12:06:09 -0800 (PST) (envelope-from owner-cvs-include) Received: from hda.hda.com (hda-bicnet.bicnet.net [208.220.66.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03137; Sun, 8 Mar 1998 12:05:25 -0800 (PST) (envelope-from dufault@hda.hda.com) Received: (from dufault@localhost) by hda.hda.com (8.8.5/8.8.5) id PAA15799; Sun, 8 Mar 1998 15:04:49 -0500 (EST) From: Peter Dufault Message-Id: <199803082004.PAA15799@hda.hda.com> Subject: Re: cvs commit: src/include limits.h signal.h src/lib/libc/gen sysconf.c src/share/man/man9 posix4.9 src/sys/posix4 aio.h mqueue In-Reply-To: <199803081913.GAA13291@cimlogic.com.au> from John Birrell at "Mar 9, 98 06:13:06 am" To: jb@cimlogic.com.au (John Birrell) Date: Sun, 8 Mar 1998 15:04:48 -0500 (EST) Cc: peter@netplex.com.au, dufault@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > AFAIK POSIX 1004.3 became POSIX 1003.1b in 1993. And that was revised > with the addition of 1003.1c-1995 and 1003.1i-1995 to become 1003.1-1996 > which is the standard that everyone should refer to. I'm out of it - I'm working off the 1994 document. I don't like sticking this right into sys/kern, though, unless everyone agrees that is the place. Peter -- Peter Dufault (dufault@hda.com) Realtime development, Machine control, HD Associates, Inc. Safety critical systems, Agency approval From owner-cvs-include Sun Mar 8 12:15:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04680 for cvs-include-outgoing; Sun, 8 Mar 1998 12:15:11 -0800 (PST) (envelope-from owner-cvs-include) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04601; Sun, 8 Mar 1998 12:14:21 -0800 (PST) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id VAA02639; Sun, 8 Mar 1998 21:13:20 +0100 (MET) (envelope-from sos) Message-Id: <199803082013.VAA02639@sos.freebsd.dk> Subject: Re: cvs commit: src/include limits.h signal.h src/lib/libc/gen sysconf.c src/share/man/man9 posix4.9 src/sys/posix4 aio.h mqueue In-Reply-To: <199803082004.PAA15799@hda.hda.com> from Peter Dufault at "Mar 8, 98 03:04:48 pm" To: dufault@hda.com (Peter Dufault) Date: Sun, 8 Mar 1998 21:13:20 +0100 (MET) Cc: jb@cimlogic.com.au, peter@netplex.com.au, dufault@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You broke /sys/sys/aoi.h by moving struct sigevent to /usr/include/signal.h Now you cannot compile a kernel as it doesn't use /usr/include Please get this right asap! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-include Sun Mar 8 13:38:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15850 for cvs-include-outgoing; Sun, 8 Mar 1998 13:38:40 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15773; Sun, 8 Mar 1998 13:37:26 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA02263; Sun, 8 Mar 1998 13:35:31 -0800 (PST) Date: Sun, 8 Mar 1998 13:35:31 -0800 (PST) Message-Id: <199803082135.NAA02263@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include Makefile Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/03/08 13:35:30 PST Modified files: include Makefile Log: My sched.h is getting walloped by Peter Dufault's. Nuke mine. Sorry. Revision Changes Path 1.75 +2 -3 src/include/Makefile From owner-cvs-include Sun Mar 8 13:38:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15863 for cvs-include-outgoing; Sun, 8 Mar 1998 13:38:46 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15825; Sun, 8 Mar 1998 13:38:36 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA02295; Sun, 8 Mar 1998 13:36:41 -0800 (PST) Date: Sun, 8 Mar 1998 13:36:41 -0800 (PST) Message-Id: <199803082136.NAA02295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include sched.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/03/08 13:36:41 PST Removed files: include sched.h Log: My sched.h is getting walloped by Peter Dufault's. Nuke mine. Sorry. From owner-cvs-include Sun Mar 8 14:23:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20209 for cvs-include-outgoing; Sun, 8 Mar 1998 14:23:25 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20177; Sun, 8 Mar 1998 14:23:09 -0800 (PST) (envelope-from dufault@FreeBSD.org) From: Peter Dufault Received: (from dufault@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA02657; Sun, 8 Mar 1998 14:21:14 -0800 (PST) Date: Sun, 8 Mar 1998 14:21:14 -0800 (PST) Message-Id: <199803082221.OAA02657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/include signal.h src/sys/sys aio.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dufault 1998/03/08 14:21:13 PST Modified files: include signal.h sys/sys aio.h Log: Put sigevent and AIO_LISTIO_MAX back in aio.h so that kernels can be built. Revision Changes Path 1.7 +0 -17 src/include/signal.h 1.5 +32 -6 src/sys/sys/aio.h From owner-cvs-include Sun Mar 8 14:32:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20668 for cvs-include-outgoing; Sun, 8 Mar 1998 14:32:04 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20622; Sun, 8 Mar 1998 14:31:56 -0800 (PST) (envelope-from dufault@FreeBSD.org) From: Peter Dufault Received: (from dufault@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA02704; Sun, 8 Mar 1998 14:29:57 -0800 (PST) Date: Sun, 8 Mar 1998 14:29:57 -0800 (PST) Message-Id: <199803082229.OAA02704@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include limits.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dufault 1998/03/08 14:29:56 PST Modified files: include limits.h Log: Remove AIO_LISTIO_MAX until it is done properly. Revision Changes Path 1.8 +1 -5 src/include/limits.h From owner-cvs-include Sun Mar 8 15:44:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02242 for cvs-include-outgoing; Sun, 8 Mar 1998 15:44:41 -0800 (PST) (envelope-from owner-cvs-include) Received: from friley585.res.iastate.edu (friley585.res.iastate.edu [129.186.167.85]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02149; Sun, 8 Mar 1998 15:44:11 -0800 (PST) (envelope-from ccsanady@friley585.res.iastate.edu) Received: from friley585.res.iastate.edu (loopback [127.0.0.1]) by friley585.res.iastate.edu (8.8.8/8.8.8) with ESMTP id RAA04332; Sun, 8 Mar 1998 17:44:10 -0600 (CST) (envelope-from ccsanady@friley585.res.iastate.edu) Message-Id: <199803082344.RAA04332@friley585.res.iastate.edu> X-Mailer: exmh version 2.0.1 12/23/97 To: Peter Dufault cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/include signal.h src/sys/sys aio.h In-reply-to: Your message of "Sun, 08 Mar 1998 14:21:14 PST." <199803082221.OAA02657@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Mar 1998 17:44:09 -0600 From: Chris Csanady Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >dufault 1998/03/08 14:21:13 PST > > Modified files: > include signal.h > sys/sys aio.h > Log: > Put sigevent and AIO_LISTIO_MAX back in aio.h so > that kernels can be built. > > Revision Changes Path > 1.7 +0 -17 src/include/signal.h > 1.5 +32 -6 src/sys/sys/aio.h There now seems to be a typo. Easily correctable though. :) *** aio.h.old Sun Mar 8 17:42:56 1998 --- aio.h Sun Mar 8 17:41:47 1998 *************** *** 44,50 **** /* * values for sigev_notify: */ ! define SIGEV_NONE 0 /* Don't post a signal */ #define SIGEV_SIGNAL 1 /* Post specified signal */ /* --- 44,50 ---- /* * values for sigev_notify: */ ! #define SIGEV_NONE 0 /* Don't post a signal */ #define SIGEV_SIGNAL 1 /* Post specified signal */ /* From owner-cvs-include Sun Mar 8 16:17:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06589 for cvs-include-outgoing; Sun, 8 Mar 1998 16:17:45 -0800 (PST) (envelope-from owner-cvs-include) Received: from hda.hda.com (hda-bicnet.bicnet.net [208.220.66.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06503; Sun, 8 Mar 1998 16:17:30 -0800 (PST) (envelope-from dufault@hda.hda.com) Received: (from dufault@localhost) by hda.hda.com (8.8.5/8.8.5) id TAA16523; Sun, 8 Mar 1998 19:16:05 -0500 (EST) From: Peter Dufault Message-Id: <199803090016.TAA16523@hda.hda.com> Subject: Re: cvs commit: src/include signal.h src/sys/sys aio.h In-Reply-To: <199803082344.RAA04332@friley585.res.iastate.edu> from Chris Csanady at "Mar 8, 98 05:44:09 pm" To: ccsanady@friley585.res.iastate.edu (Chris Csanady) Date: Sun, 8 Mar 1998 19:16:04 -0500 (EST) Cc: dufault@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk OK, I can't fix locally and then edit remotely. I looked at it at least 3 times. I'll fix it now. Thanks for your patience... Peter -- Peter Dufault (dufault@hda.com) Realtime development, Machine control, HD Associates, Inc. Safety critical systems, Agency approval From owner-cvs-include Thu Mar 12 05:57:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27542 for cvs-include-outgoing; Thu, 12 Mar 1998 05:57:33 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27497; Thu, 12 Mar 1998 05:57:19 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03851; Thu, 12 Mar 1998 05:54:54 -0800 (PST) Date: Thu, 12 Mar 1998 05:54:54 -0800 (PST) Message-Id: <199803121354.FAA03851@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include unistd.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/03/12 05:54:54 PST Modified files: include unistd.h Log: Added forgotten declaration of mkdtemp(). Revision Changes Path 1.19 +1 -0 src/include/unistd.h