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/dd | |
parent | 9023faa39fcf19063833d6308114568a7657afe7 (diff) |
remove some unnecessary sys/cdefs.h inclusions
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/extern.h | 4 |
1 files changed, 1 insertions, 3 deletions
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); |