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 /lib/libwrap | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libwrap')
-rw-r--r-- | lib/libwrap/tcpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libwrap/tcpd.h b/lib/libwrap/tcpd.h index ab8105e97a0..97e7405d892 100644 --- a/lib/libwrap/tcpd.h +++ b/lib/libwrap/tcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpd.h,v 1.15 2003/06/03 21:09:00 deraadt Exp $ */ +/* $OpenBSD: tcpd.h,v 1.16 2012/12/05 23:20:06 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. @@ -33,8 +33,6 @@ #ifndef _TCPD_H_ #define _TCPD_H_ -#include <sys/cdefs.h> - /* Structure to describe one communications endpoint. */ #define STRING_LENGTH 256 /* hosts, users, processes */ |