diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-20 15:22:40 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-20 15:22:40 +0000 |
commit | 4b10d76a3186c237994849df929224b7654b9cfa (patch) | |
tree | ee1f51ac35fcb9b73af0de6676bf1337cf649417 /sbin/fsck_ext2fs | |
parent | 691ac0f8b1a5751379d37941a078b0d67b6babc0 (diff) |
remove sys/file.h includes in favor of fcntl.h where needed.
ok deraadt guenther
Diffstat (limited to 'sbin/fsck_ext2fs')
-rw-r--r-- | sbin/fsck_ext2fs/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fsck_ext2fs/setup.c b/sbin/fsck_ext2fs/setup.c index 0fa3bb3d5ac..b4c2f9d9204 100644 --- a/sbin/fsck_ext2fs/setup.c +++ b/sbin/fsck_ext2fs/setup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: setup.c,v 1.23 2014/07/13 16:08:53 pelikan Exp $ */ +/* $OpenBSD: setup.c,v 1.24 2014/11/20 15:22:39 tedu Exp $ */ /* $NetBSD: setup.c,v 1.1 1997/06/11 11:22:01 bouyer Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/ioctl.h> #include <sys/dkio.h> #include <sys/disklabel.h> -#include <sys/file.h> #include <errno.h> #include <fcntl.h> |