Message-Id: <199905151739.RAA54850@out1.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 15 May 1999 13:40:04 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: patch for doslock.txh X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com The return type for _dos_lock is missing in the docs. Here's a patch: *** src/libc/dos/io/doslock.txh.orig Sun Sep 27 11:21:32 1998 --- src/libc/dos/io/doslock.txh Sat May 15 13:36:06 1999 *************** *** 4,10 **** @example #include ! _dos_lock(int _fd, long _offset, long _length) @end example @subheading Description --- 4,10 ---- @example #include ! int _dos_lock(int _fd, long _offset, long _length) @end example @subheading Description --- Mark Elbrecht, snowball3 AT bigfoot DOT com http://snowball.frogspace.net/