Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rick From: rick@seismo.CSS.GOV (Rick Adams) Newsgroups: comp.unix.wizards Subject: lockf() without fcntl interface? Message-ID: <43167@beno.seismo.CSS.GOV> Date: Wed, 18-Mar-87 13:18:41 EST Article-I.D.: beno.43167 Posted: Wed Mar 18 13:18:41 1987 Date-Received: Fri, 20-Mar-87 01:09:30 EST Sender: news@seismo.CSS.GOV Organization: Center for Seismic Studies, Arlington, VA Lines: 10 Are there any unix implementations that offer a SVID lockf() compatible file locking that do NOT also support the same locking via fcntl()? I.e. if I do fcntl(fd,F_SETLK,&flockstruct) where flockstruct specifies a l_type of F_RDLCK, will it NOT work on a system that supports the flock() call? ---rick