initial checkin. This is provided for compatibility with old BSD sources

This commit is contained in:
gdr 1997-10-30 02:13:59 +00:00
parent 10f5957592
commit 51ae0e883d
1 changed files with 16 additions and 0 deletions

16
include/sys/file.h Normal file
View File

@ -0,0 +1,16 @@
/*
* Too bad we don't have symlinks for GNO ...
*
* $Id: file.h,v 1.1 1997/10/30 02:13:59 gdr Exp $
*/
#ifndef _SYS_FILE_H_
#define _SYS_FILE_H_
/* <sys/file.h> is the old BSD name for <sys/fcntl.h> */
#ifndef _SYS_FCNTL_H_
#include <sys/fcntl.h>
#endif
#endif