From a1d8bc2426c6d8556e2b50d906d47733bcb192f8 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 21 Jul 2014 01:51:11 +0000 Subject: Switch from or to the new, being-standardized ok deraadt@ millert@ beck@ --- src/lib/libc/net/htonl.c | 4 ++-- src/lib/libc/net/htons.c | 4 ++-- src/lib/libc/net/ntohl.c | 4 ++-- src/lib/libc/net/ntohs.c | 4 ++-- src/regress/lib/libc/cephes/mconf.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/lib/libc/net/htonl.c b/src/lib/libc/net/htonl.c index 5ab4189597..6ee6e7efbf 100644 --- a/src/lib/libc/net/htonl.c +++ b/src/lib/libc/net/htonl.c @@ -1,11 +1,11 @@ -/* $OpenBSD: htonl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: htonl.c,v 1.7 2014/07/21 01:51:10 guenther Exp $ */ /* * Written by J.T. Conklin . * Public domain. */ #include -#include +#include #undef htonl diff --git a/src/lib/libc/net/htons.c b/src/lib/libc/net/htons.c index c8b73fdbb7..f48d91ee03 100644 --- a/src/lib/libc/net/htons.c +++ b/src/lib/libc/net/htons.c @@ -1,11 +1,11 @@ -/* $OpenBSD: htons.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: htons.c,v 1.9 2014/07/21 01:51:10 guenther Exp $ */ /* * Written by J.T. Conklin . * Public domain. */ #include -#include +#include #undef htons diff --git a/src/lib/libc/net/ntohl.c b/src/lib/libc/net/ntohl.c index 36414b7a13..0d05bac78a 100644 --- a/src/lib/libc/net/ntohl.c +++ b/src/lib/libc/net/ntohl.c @@ -1,11 +1,11 @@ -/* $OpenBSD: ntohl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: ntohl.c,v 1.7 2014/07/21 01:51:10 guenther Exp $ */ /* * Written by J.T. Conklin . * Public domain. */ #include -#include +#include #undef ntohl diff --git a/src/lib/libc/net/ntohs.c b/src/lib/libc/net/ntohs.c index 8f345e84ad..b5ea361f83 100644 --- a/src/lib/libc/net/ntohs.c +++ b/src/lib/libc/net/ntohs.c @@ -1,11 +1,11 @@ -/* $OpenBSD: ntohs.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: ntohs.c,v 1.9 2014/07/21 01:51:10 guenther Exp $ */ /* * Written by J.T. Conklin . * Public domain. */ #include -#include +#include #undef ntohs diff --git a/src/regress/lib/libc/cephes/mconf.h b/src/regress/lib/libc/cephes/mconf.h index a92bd3ab64..7527193e2a 100644 --- a/src/regress/lib/libc/cephes/mconf.h +++ b/src/regress/lib/libc/cephes/mconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mconf.h,v 1.1 2011/07/02 18:11:01 martynas Exp $ */ +/* $OpenBSD: mconf.h,v 1.2 2014/07/21 01:51:11 guenther Exp $ */ /* * Copyright (c) 2008 Stephen L. Moshier @@ -76,7 +76,7 @@ */ #include -#include +#include /* Constant definitions for math error conditions */ -- cgit v1.2.3-55-g6feb