diff options
author | deraadt <> | 2015-01-16 16:48:51 +0000 |
---|---|---|
committer | deraadt <> | 2015-01-16 16:48:51 +0000 |
commit | 7027596ae70e4cf09e00ec2f7cb7434e59c533db (patch) | |
tree | 2f04e8a0f019b4b73805acf11a1e5138c9b9f37f /src/lib/libc/net/inet_ntop.c | |
parent | faa149ebaec577e1fb906bab49bcab3e8f495206 (diff) | |
download | openbsd-7027596ae70e4cf09e00ec2f7cb7434e59c533db.tar.gz openbsd-7027596ae70e4cf09e00ec2f7cb7434e59c533db.tar.bz2 openbsd-7027596ae70e4cf09e00ec2f7cb7434e59c533db.zip |
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'src/lib/libc/net/inet_ntop.c')
-rw-r--r-- | src/lib/libc/net/inet_ntop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/inet_ntop.c b/src/lib/libc/net/inet_ntop.c index f991a071ba..722761e2ed 100644 --- a/src/lib/libc/net/inet_ntop.c +++ b/src/lib/libc/net/inet_ntop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: inet_ntop.c,v 1.10 2014/05/17 18:16:14 tedu Exp $ */ | 1 | /* $OpenBSD: inet_ntop.c,v 1.11 2015/01/16 16:48:51 deraadt Exp $ */ |
2 | 2 | ||
3 | /* Copyright (c) 1996 by Internet Software Consortium. | 3 | /* Copyright (c) 1996 by Internet Software Consortium. |
4 | * | 4 | * |
@@ -16,7 +16,6 @@ | |||
16 | * SOFTWARE. | 16 | * SOFTWARE. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <sys/param.h> | ||
20 | #include <sys/types.h> | 19 | #include <sys/types.h> |
21 | #include <sys/socket.h> | 20 | #include <sys/socket.h> |
22 | #include <netinet/in.h> | 21 | #include <netinet/in.h> |