diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
commit | 3ac4d1ef0cb63052d971dfb2c6ec0cfc0936bdce (patch) | |
tree | d5362cd33818510de25aca3387c5ff2e95430292 /sys/i386/linux/linux_misc.c | |
parent | c5d593ae63737614194288420e647f53edbf5727 (diff) |
Notes
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
-rw-r--r-- | sys/i386/linux/linux_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 0fb8085b14b2..706e83d61e26 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: linux_misc.c,v 1.24 1997/02/22 09:38:23 peter Exp $ */ #include <sys/param.h> @@ -36,7 +36,7 @@ #include <sys/mman.h> #include <sys/proc.h> #include <sys/dirent.h> -#include <sys/file.h> +#include <sys/fcntl.h> #include <sys/filedesc.h> #include <sys/ioctl.h> #include <sys/imgact_aout.h> |