diff options
Diffstat (limited to 'inet/ether_aton_r.c')
-rw-r--r-- | inet/ether_aton_r.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/ether_aton_r.c b/inet/ether_aton_r.c index b2dadd207e..1e9f15a124 100644 --- a/inet/ether_aton_r.c +++ b/inet/ether_aton_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996,97,98,99,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -61,3 +61,4 @@ ether_aton_r (const char *asc, struct ether_addr *addr) return addr; } +libc_hidden_def (ether_aton_r) |