Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cuae2!ltuxa!we53!sw013b!dj3b1!killer!soma!bcm5000!usenet From: usenet@bcm5000.bcm.tmc.edu (Usenet Administration) Newsgroups: news.software.b Subject: news 2.11 on Sperry 5000/40 Message-ID: <336@bcm5000.bcm.tmc.edu> Date: Mon, 24-Nov-86 03:04:40 EST Article-I.D.: bcm5000.336 Posted: Mon Nov 24 03:04:40 1986 Date-Received: Tue, 25-Nov-86 03:24:01 EST Reply-To: usenet@bcm5000.UUCP (Usenet Administration) Distribution: world Organization: Baylor College of Medicine, Houston, Texas Lines: 11 Keywords: lockf news 2.11 Sperry 5000/40 The lockf system call is implemented on the Sperry 5000/40, but the unistd.h include file is missing. Owners of the Sperry 5000/40 should create this include file in /usr/include. A sample include file follows. /* @(#)unistd.h 1.0 11/21/86 */ /* added by Stan Barber */ #define F_ULOCK 0 /* unlock */ #define F_LOCK 1 /* lock or sleep */ #define F_TLOCK 2 /* lock or return status */ /* not documented on Sperry */ /* #define F_TEST 3 /* test and return status */