diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-10 12:09:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-10 12:09:25 +0000 |
commit | cb8686f338797fddb439f4892bc95531b530bd13 (patch) | |
tree | bc0845f4a19df1bd6d8fdaec0f32ca95c100abf9 /sys/compat/linux | |
parent | 9827b45f72865274563dc088b4bd92f1573ec2c6 (diff) |
sys/dirent.h
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index fc5e17a87a0..bac41ab08d6 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_misc.c,v 1.5 1996/05/22 12:01:48 deraadt Exp $ */ +/* $OpenBSD: linux_misc.c,v 1.6 1996/08/10 12:09:23 deraadt Exp $ */ /* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */ /* @@ -40,7 +40,7 @@ #include <sys/systm.h> #include <sys/namei.h> #include <sys/proc.h> -#include <sys/dir.h> +#include <sys/dirent.h> #include <sys/file.h> #include <sys/stat.h> #include <sys/filedesc.h> |