diff options
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index dc010dc53..16390b178 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */ | ||
2 | |||
3 | /* | 1 | /* |
4 | * Copyright (c) 1983, 1993 | 2 | * Copyright (c) 1983, 1993 |
5 | * The Regents of the University of California. All rights reserved. | 3 | * The Regents of the University of California. All rights reserved. |
@@ -29,6 +27,8 @@ | |||
29 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
30 | */ | 28 | */ |
31 | 29 | ||
30 | /* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */ | ||
31 | |||
32 | #include "includes.h" | 32 | #include "includes.h" |
33 | 33 | ||
34 | #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA) | 34 | #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA) |