about summary refs log tree commit diff
path: root/nis/nis_findserv.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-31 07:42:03 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-31 07:42:03 +0000
commit306eeae553820c7ac30a94ac890a3fe70fc68909 (patch)
tree20d783759bf3f767fe4ee90baca1f79b6aa20b0d /nis/nis_findserv.c
parentc7fb46a94e67b79fcd2f07b656c7fb6a4559195f (diff)
downloadglibc-306eeae553820c7ac30a94ac890a3fe70fc68909.tar.gz
glibc-306eeae553820c7ac30a94ac890a3fe70fc68909.tar.xz
glibc-306eeae553820c7ac30a94ac890a3fe70fc68909.zip
Update.
2001-01-30  Ulrich Drepper  <drepper@redhat.com>

	* iconv/gconv_open.c (__gconv_open): Set conv_flags if IGNORE is
	seen, not flags.

	* nis/nis_findserv.c: Include <time.h>.
Diffstat (limited to 'nis/nis_findserv.c')
-rw-r--r--nis/nis_findserv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/nis_findserv.c b/nis/nis_findserv.c
index 2659878e20..1a331d28b6 100644
--- a/nis/nis_findserv.c
+++ b/nis/nis_findserv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
 
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>