diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
commit | 0275dcbbe75bf604e5d9b03f215e510188a36496 (patch) | |
tree | 5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /usr.bin/ar | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'usr.bin/ar')
-rw-r--r-- | usr.bin/ar/archive.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ar/archive.h b/usr.bin/ar/archive.h index bd9e74d59f1..b2f7b331896 100644 --- a/usr.bin/ar/archive.h +++ b/usr.bin/ar/archive.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archive.h,v 1.5 2003/06/03 02:56:05 millert Exp $ */ +/* $OpenBSD: archive.h,v 1.6 2012/12/05 23:20:24 deraadt Exp $ */ /* $NetBSD: archive.h,v 1.6 1995/03/25 06:39:43 glass Exp $ */ /*- @@ -93,8 +93,6 @@ typedef struct { #define HDR3 "%-16.15s%-12ld%-6u%-6u%-8o%-10qd%2s" -#include <sys/cdefs.h> - struct stat; void close_archive(int); |