about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-28 16:51:21 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-28 16:51:21 +0000
commitb1f25a7a9dd17a633570f05a3d0c5407cf4ea84b (patch)
tree62d60c3c6addc47e14a323bcf9b0866298cfbbf1
parent6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd (diff)
downloadglibc-b1f25a7a9dd17a633570f05a3d0c5407cf4ea84b.tar.gz
glibc-b1f25a7a9dd17a633570f05a3d0c5407cf4ea84b.tar.xz
glibc-b1f25a7a9dd17a633570f05a3d0c5407cf4ea84b.zip
Update.
	* intl/hash-string.h: Don't include values.h.
-rw-r--r--ChangeLog2
-rw-r--r--intl/hash-string.h6
2 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 991402c2ee..1e518c794d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
 
+	* 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 8b675c10e4..68af3ec6f2 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 <values.h>
-#endif
-
 /* @@ end of prolog @@ */
 
 #ifndef PARAMS