Date: Tue, 17 Sep 2002 15:22:50 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys fcntl.h Message-ID: <200209172222.g8HMMo15006725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/09/17 15:22:50 PDT Modified files: sys/sys fcntl.h Log: o Add typedefs for mode_t, off_t, pid_t rather than including <sys/types.h>. o Use the relatively new visibility primitives for conditionals. o Make O_SYNC an alias for O_FSYNC. o Mark the F* names as deprecated. o Add some comments to note missing POSIX requirements or options. Revision Changes Path 1.14 +37 -13 src/sys/sys/fcntl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209172222.g8HMMo15006725>