From owner-cvs-all Tue Sep 17 15:22:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B843537B401; Tue, 17 Sep 2002 15:22:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A43643E4A; Tue, 17 Sep 2002 15:22:50 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HMMoCo006726; Tue, 17 Sep 2002 15:22:50 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8HMMo15006725; Tue, 17 Sep 2002 15:22:50 -0700 (PDT) Message-Id: <200209172222.g8HMMo15006725@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 17 Sep 2002 15:22:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys fcntl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 . 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