From 51ae0e883d48b21be268be9388468c983207c037 Mon Sep 17 00:00:00 2001 From: gdr Date: Thu, 30 Oct 1997 02:13:59 +0000 Subject: [PATCH] initial checkin. This is provided for compatibility with old BSD sources --- include/sys/file.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/sys/file.h diff --git a/include/sys/file.h b/include/sys/file.h new file mode 100644 index 0000000..1ae9344 --- /dev/null +++ b/include/sys/file.h @@ -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_ + +/* is the old BSD name for */ + +#ifndef _SYS_FCNTL_H_ +#include +#endif + +#endif