diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:24:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:24:48 +0000 |
commit | 9023faa39fcf19063833d6308114568a7657afe7 (patch) | |
tree | 5d336083ca440ef5ab91512fe3146dca41bd2485 /usr.bin | |
parent | 351d7a7c8f7fe76323d05f7456a41536052339e0 (diff) |
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mandoc/manpath.c | 4 | ||||
-rw-r--r-- | usr.bin/nc/atomicio.c | 4 | ||||
-rw-r--r-- | usr.bin/sendbug/atomicio.c | 4 | ||||
-rw-r--r-- | usr.bin/systat/pf.c | 3 |
4 files changed, 4 insertions, 11 deletions
diff --git a/usr.bin/mandoc/manpath.c b/usr.bin/mandoc/manpath.c index 97364893a5a..5dfdc681e22 100644 --- a/usr.bin/mandoc/manpath.c +++ b/usr.bin/mandoc/manpath.c @@ -1,4 +1,4 @@ -/* $Id: manpath.c,v 1.4 2011/12/24 21:51:40 schwarze Exp $ */ +/* $Id: manpath.c,v 1.5 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org> * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -16,8 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> - #include <assert.h> #include <ctype.h> #include <limits.h> diff --git a/usr.bin/nc/atomicio.c b/usr.bin/nc/atomicio.c index feb6f194409..344ac63ab9e 100644 --- a/usr.bin/nc/atomicio.c +++ b/usr.bin/nc/atomicio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atomicio.c,v 1.10 2011/01/08 00:47:19 jeremy Exp $ */ +/* $OpenBSD: atomicio.c,v 1.11 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 2006 Damien Miller. All rights reserved. * Copyright (c) 2005 Anil Madhavapeddy. All rights reserved. @@ -26,8 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> - #include <errno.h> #include <poll.h> #include <unistd.h> diff --git a/usr.bin/sendbug/atomicio.c b/usr.bin/sendbug/atomicio.c index f85dec49b9b..0c74cd8684b 100644 --- a/usr.bin/sendbug/atomicio.c +++ b/usr.bin/sendbug/atomicio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atomicio.c,v 1.3 2007/09/07 14:50:44 tobias Exp $ */ +/* $OpenBSD: atomicio.c,v 1.4 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 2006 Damien Miller. All rights reserved. * Copyright (c) 2005 Anil Madhavapeddy. All rights reserved. @@ -26,8 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> - #include <errno.h> #include <poll.h> #include <unistd.h> diff --git a/usr.bin/systat/pf.c b/usr.bin/systat/pf.c index f51c8a7dc9f..520a1c47ecb 100644 --- a/usr.bin/systat/pf.c +++ b/usr.bin/systat/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.4 2011/03/02 06:48:17 jasper Exp $ */ +/* $OpenBSD: pf.c,v 1.5 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org> * @@ -18,7 +18,6 @@ #include <sys/types.h> #include <sys/ioctl.h> #include <sys/socket.h> -#include <sys/param.h> #include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> |