<sys/file.h> is only required for, and only contains, flock(2)

This commit is contained in:
tg
2009-02-20 13:25:10 +00:00
parent 14bafefa13
commit 5e22cb486f
3 changed files with 8 additions and 6 deletions

5
sh.h
View File

@@ -17,7 +17,6 @@
#endif
#include <sys/types.h>
#include <sys/time.h>
#include <sys/file.h>
#include <sys/ioctl.h>
#if HAVE_SYS_SYSMACROS_H
#include <sys/sysmacros.h>
@@ -103,9 +102,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.272 2008/12/29 21:34:21 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.273 2009/02/20 13:25:10 tg Exp $");
#endif
#define MKSH_VERSION "R36 2008/12/29"
#define MKSH_VERSION "R36 2009/02/20"
#ifndef MKSH_INCLUDES_ONLY