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