about summary refs log tree commit diff
path: root/inet/htonl.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/htonl.c')
-rw-r--r--inet/htonl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/inet/htonl.c b/inet/htonl.c
index 3829e4f0cf..290e2ae89b 100644
--- a/inet/htonl.c
+++ b/inet/htonl.c
@@ -22,8 +22,7 @@
 #undef	ntohl
 
 uint32_t
-htonl (x)
-     uint32_t x;
+htonl (uint32_t x)
 {
 #if BYTE_ORDER == BIG_ENDIAN
   return x;