From: Ulrich Drepper Date: Tue, 28 Apr 1998 16:51:21 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~21541 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1f25a7a9dd17a633570f05a3d0c5407cf4ea84b;p=platform%2Fupstream%2Flinaro-glibc.git Update. * intl/hash-string.h: Don't include values.h. --- diff --git a/ChangeLog b/ChangeLog index 991402c..1e518c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-04-28 Ulrich Drepper + * intl/hash-string.h: Don't include values.h. + * inet/Makefile (tests): Add tst-ether_aton. * inet/tst-ether_aton.c: New file. diff --git a/intl/hash-string.h b/intl/hash-string.h index 8b675c1..68af3ec 100644 --- a/intl/hash-string.h +++ b/intl/hash-string.h @@ -1,5 +1,5 @@ /* Implements a string hashing function. - Copyright (C) 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. @@ -19,10 +19,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_VALUES_H -# include -#endif - /* @@ end of prolog @@ */ #ifndef PARAMS