diff options
Diffstat (limited to 'src/unexec.c')
-rw-r--r-- | src/unexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c index 93fc603ac30..6b46c00150e 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -197,7 +197,7 @@ struct aouthdr #include <sys/stat.h> #include <errno.h> -#include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/ +#include <sys/file.h> /* Must be after sys/types.h for USG*/ #ifdef USG5 #include <fcntl.h> |