summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/ntohl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/ntohl.c')
-rw-r--r--sys/lib/libkern/ntohl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/lib/libkern/ntohl.c b/sys/lib/libkern/ntohl.c
index 5d5d97e3351..081b9d2858b 100644
--- a/sys/lib/libkern/ntohl.c
+++ b/sys/lib/libkern/ntohl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntohl.c,v 1.3 1996/11/27 19:51:41 niklas Exp $ */
+/* $OpenBSD: ntohl.c,v 1.4 2004/08/07 00:38:32 deraadt Exp $ */
/* $NetBSD: ntohl.c,v 1.6.6.1 1996/05/29 23:48:07 cgd Exp $ */
/*
@@ -16,8 +16,7 @@ static char *rcsid = "$NetBSD: ntohl.c,v 1.6.6.1 1996/05/29 23:48:07 cgd Exp $";
#undef ntohl
u_int32_t
-ntohl(x)
- u_int32_t x;
+ntohl(u_int32_t x)
{
u_int32_t y = x;