Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!linus!philabs!cmcl2!seismo!harvard!think!mit-eddie!genrad!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix Subject: Re: UNIX 4.2 file system query Message-ID: <2141@sun.uucp> Date: Sat, 27-Apr-85 04:29:15 EDT Article-I.D.: sun.2141 Posted: Sat Apr 27 04:29:15 1985 Date-Received: Mon, 29-Apr-85 07:13:22 EDT References: <239@sbcs.UUCP> <29@rtp47.UUCP> Distribution: net Organization: Sun Microsystems, Inc. Lines: 12 > Having a file open in append mode (O_APPEND in BSD 4.2 and FAPPEND > in Sys V) ... No, please, O_APPEND both in 4.2BSD and System III/V. The various flavors of UNIX differ in too many ways already; let's be grateful that there's one extension which was done the same way in more than one variant... (, which is what you're supposed to include, defines O_APPEND; , which you're not supposed to include unless you're rummaging through the kernel's file descriptor table, defines FAPPEND. On 4.2BSD they reference one another, so you get both with either include.) Guy Harris