summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:27:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:27:01 +0000
commit20f85892d3351b08201f1f93967738442fe09389 (patch)
tree77a334b3b543168b0a311fa814d577214981661c /bin/cp
parent9023faa39fcf19063833d6308114568a7657afe7 (diff)
remove some unnecessary sys/cdefs.h inclusions
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/extern.h4
1 files changed, 1 insertions, 3 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);