about summary refs log tree commit diff
path: root/sysdeps/generic/htonl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/htonl.c')
-rw-r--r--sysdeps/generic/htonl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/generic/htonl.c b/sysdeps/generic/htonl.c
index 05cdd5a0d5..dfee1b0545 100644
--- a/sysdeps/generic/htonl.c
+++ b/sysdeps/generic/htonl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993,97,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -21,9 +21,9 @@
 #undef	htonl
 #undef	ntohl
 
-u_int32_t
+uint32_t
 htonl (x)
-     u_int32_t x;
+     uint32_t x;
 {
 #if BYTE_ORDER == BIG_ENDIAN
   return x;