aboutsummaryrefslogtreecommitdiff
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 3829e4f..290e2ae 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;