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 /bin | |
parent | 9023faa39fcf19063833d6308114568a7657afe7 (diff) |
remove some unnecessary sys/cdefs.h inclusions
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cp/extern.h | 4 | ||||
-rw-r--r-- | bin/dd/extern.h | 4 | ||||
-rw-r--r-- | bin/ls/main.c | 4 | ||||
-rw-r--r-- | bin/pax/extern.h | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 6c5ccbe1b75..f76bca24c32 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.12 2006/04/25 15:41:07 deraadt Exp $ */ +/* $OpenBSD: extern.h,v 1.13 2012/12/04 02:26:59 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:02:16 cgd Exp $ */ /*- @@ -44,8 +44,6 @@ extern int fflag, iflag, pflag; extern mode_t myumask; extern char *__progname; -#include <sys/cdefs.h> - __BEGIN_DECLS int copy_fifo(struct stat *, int); int copy_file(FTSENT *, int); diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 86f1363bfeb..088604e9dc2 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.7 2003/06/25 21:12:30 deraadt Exp $ */ +/* $OpenBSD: extern.h,v 1.8 2012/12/04 02:27:00 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.7 1996/02/20 19:29:07 jtc Exp $ */ /*- @@ -36,8 +36,6 @@ * @(#)extern.h 8.3 (Berkeley) 4/2/94 */ -#include <sys/cdefs.h> - void block(void); void block_close(void); void dd_out(int); diff --git a/bin/ls/main.c b/bin/ls/main.c index 3a851919ae5..bb75ae6fdff 100644 --- a/bin/ls/main.c +++ b/bin/ls/main.c @@ -1,11 +1,9 @@ -/* $OpenBSD: main.c,v 1.3 2003/06/11 23:42:12 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.4 2012/12/04 02:27:00 deraadt Exp $ */ /* * Public domain - no warranty. */ -#include <sys/cdefs.h> - int ls_main(int argc, char **argv); int diff --git a/bin/pax/extern.h b/bin/pax/extern.h index bf990b50397..1761bccbd46 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.34 2010/12/02 04:08:27 tedu Exp $ */ +/* $OpenBSD: extern.h,v 1.35 2012/12/04 02:27:00 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.5 1996/03/26 23:54:16 mrg Exp $ */ /*- @@ -40,8 +40,6 @@ * External references from each source file */ -#include <sys/cdefs.h> - /* * ar_io.c */ |