diff options
Diffstat (limited to 'src/lib/libc/net/htons.c')
-rw-r--r-- | src/lib/libc/net/htons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/htons.c b/src/lib/libc/net/htons.c index e647d8c91e..47cf25952d 100644 --- a/src/lib/libc/net/htons.c +++ b/src/lib/libc/net/htons.c | |||
@@ -4,7 +4,7 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #if defined(LIBC_SCCS) && !defined(lint) | 6 | #if defined(LIBC_SCCS) && !defined(lint) |
7 | static char *rcsid = "$OpenBSD: htons.c,v 1.5 1996/12/12 03:19:55 tholo Exp $"; | 7 | static char *rcsid = "$OpenBSD: htons.c,v 1.6 1997/07/25 20:30:07 mickey Exp $"; |
8 | #endif /* LIBC_SCCS and not lint */ | 8 | #endif /* LIBC_SCCS and not lint */ |
9 | 9 | ||
10 | #include <sys/types.h> | 10 | #include <sys/types.h> |
@@ -13,7 +13,7 @@ static char *rcsid = "$OpenBSD: htons.c,v 1.5 1996/12/12 03:19:55 tholo Exp $"; | |||
13 | #undef htons | 13 | #undef htons |
14 | 14 | ||
15 | u_int16_t | 15 | u_int16_t |
16 | #if __STDC__ | 16 | #ifdef __STDC__ |
17 | htons(u_int16_t x) | 17 | htons(u_int16_t x) |
18 | #else | 18 | #else |
19 | htons(x) | 19 | htons(x) |