]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/htontest.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / inet / htontest.c
index b0535a6833e62c8335521bd6e2c88fe5ad040a83..e819f2bf1988c9e459d60a89daf527023d257910 100644 (file)
@@ -1,5 +1,5 @@
 /* Test hton/ntoh functions.
-   Copyright (C) 1997, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1997-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -38,8 +38,8 @@
 # error "Bah, what kind of system do you use?"
 #endif
 
-u_int32_t lo = 0x67452301;
-u_int16_t foo = 0x1234;
+uint32_t lo = 0x67452301;
+uint16_t foo = 0x1234;
 
 int
 main (void)