From 08dc9d83a278e48b95e2bc72b592502f2d416826 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 23 Sep 2014 13:55:15 -0700 Subject: Sync with some upstream OpenBSD #include cleanup. Change-Id: Ibcd7adb19e9a6b9ad8c24d77e23935f19f56a144 --- libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c | 4 ++-- libc/upstream-openbsd/lib/libc/net/htonl.c | 4 ++-- libc/upstream-openbsd/lib/libc/net/htons.c | 4 ++-- libc/upstream-openbsd/lib/libc/net/ntohl.c | 4 ++-- libc/upstream-openbsd/lib/libc/net/ntohs.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'libc/upstream-openbsd') diff --git a/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c b/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c index 793d71c..16f6f9c 100644 --- a/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c +++ b/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldtoa.c,v 1.1 2008/09/07 20:36:08 martynas Exp $ */ +/* $OpenBSD: ldtoa.c,v 1.2 2014/08/10 02:15:18 guenther Exp $ */ /*- * Copyright (c) 2003 David Schultz * All rights reserved. @@ -30,7 +30,7 @@ #include #endif /* !__vax__ */ #include -#include +#include #include #include #include diff --git a/libc/upstream-openbsd/lib/libc/net/htonl.c b/libc/upstream-openbsd/lib/libc/net/htonl.c index 5ab4189..6ee6e7e 100644 --- a/libc/upstream-openbsd/lib/libc/net/htonl.c +++ b/libc/upstream-openbsd/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/libc/upstream-openbsd/lib/libc/net/htons.c b/libc/upstream-openbsd/lib/libc/net/htons.c index c8b73fd..f48d91e 100644 --- a/libc/upstream-openbsd/lib/libc/net/htons.c +++ b/libc/upstream-openbsd/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/libc/upstream-openbsd/lib/libc/net/ntohl.c b/libc/upstream-openbsd/lib/libc/net/ntohl.c index 36414b7..0d05bac 100644 --- a/libc/upstream-openbsd/lib/libc/net/ntohl.c +++ b/libc/upstream-openbsd/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/libc/upstream-openbsd/lib/libc/net/ntohs.c b/libc/upstream-openbsd/lib/libc/net/ntohs.c index 8f345e8..b5ea361 100644 --- a/libc/upstream-openbsd/lib/libc/net/ntohs.c +++ b/libc/upstream-openbsd/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 -- cgit v1.1