diff options
Diffstat (limited to 'nss/nss_files/files-network.c')
-rw-r--r-- | nss/nss_files/files-network.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/nss_files/files-network.c b/nss/nss_files/files-network.c index ac5acd5c4e..8180d46e9d 100644 --- a/nss/nss_files/files-network.c +++ b/nss/nss_files/files-network.c @@ -1,5 +1,5 @@ /* Networks file parser in nss_files module. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 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 @@ -44,7 +44,7 @@ LINE_PARSER #include "files-XXX.c" DB_LOOKUP (netbyname, ,, - LOOKUP_NAME (n_name, n_aliases), + LOOKUP_NAME_CASE (n_name, n_aliases), const char *name) DB_LOOKUP (netbyaddr, ,, |