]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/in6_addr.c
Update.
[thirdparty/glibc.git] / inet / in6_addr.c
index ad69c870709f9030f4e6346a7143689310daa2fe..5f004fbf97441565b5ace48f3ddeda63166b8fbe 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997.
 
@@ -21,5 +21,6 @@
 
 const struct in6_addr in6addr_any =
 { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } };
+INTDEF(in6addr_any)
 const struct in6_addr in6addr_loopback =
 { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } };