about summary refs log tree commit diff
path: root/inet/tst-network.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/tst-network.c')
-rw-r--r--inet/tst-network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/tst-network.c b/inet/tst-network.c
index 71ef031c78..4283888057 100644
--- a/inet/tst-network.c
+++ b/inet/tst-network.c
@@ -1,5 +1,5 @@
 /* Test for inet_network.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
 
@@ -51,7 +51,7 @@ int
 main (void)
 {
   int errors = 0;
-  int i;
+  size_t i;
   uint32_t res;
 
   for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)