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/telnet/auth-proto.h | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'usr.bin/telnet/auth-proto.h')
-rw-r--r-- | usr.bin/telnet/auth-proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/telnet/auth-proto.h b/usr.bin/telnet/auth-proto.h index 7ed4afbf080..7693fe39cb9 100644 --- a/usr.bin/telnet/auth-proto.h +++ b/usr.bin/telnet/auth-proto.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)auth-proto.h 8.1 (Berkeley) 6/4/93 - * $OpenBSD: auth-proto.h,v 1.1 2005/05/24 03:41:58 deraadt Exp $ + * $OpenBSD: auth-proto.h,v 1.2 2012/12/05 23:20:26 deraadt Exp $ * $NetBSD: auth-proto.h,v 1.5 1996/02/24 01:15:16 jtk Exp $ */ @@ -63,7 +63,6 @@ * or implied warranty. */ -#include <sys/cdefs.h> /* $KTH: auth-proto.h,v 1.10 2000/01/18 03:08:55 assar Exp $ */ #if defined(AUTHENTICATION) |