diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:27:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:27:01 +0000 |
commit | 20f85892d3351b08201f1f93967738442fe09389 (patch) | |
tree | 77a334b3b543168b0a311fa814d577214981661c /sbin/newfs_ext2fs/mke2fs.c | |
parent | 9023faa39fcf19063833d6308114568a7657afe7 (diff) |
remove some unnecessary sys/cdefs.h inclusions
Diffstat (limited to 'sbin/newfs_ext2fs/mke2fs.c')
-rw-r--r-- | sbin/newfs_ext2fs/mke2fs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/newfs_ext2fs/mke2fs.c b/sbin/newfs_ext2fs/mke2fs.c index 1c309ec89d4..c066e244d7c 100644 --- a/sbin/newfs_ext2fs/mke2fs.c +++ b/sbin/newfs_ext2fs/mke2fs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mke2fs.c,v 1.3 2011/03/12 17:50:48 deraadt Exp $ */ +/* $OpenBSD: mke2fs.c,v 1.4 2012/12/04 02:27:00 deraadt Exp $ */ /* $NetBSD: mke2fs.c,v 1.13 2009/10/19 18:41:08 bouyer Exp $ */ /*- @@ -97,8 +97,6 @@ * in the Linux kernel distribution */ -#include <sys/cdefs.h> - #include <sys/param.h> #include <sys/mman.h> #include <sys/time.h> |