about summary refs log tree commit diff
path: root/nis/nss_nis/nis-proto.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-26 14:11:35 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-26 14:11:35 +0000
commitfc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37 (patch)
tree65cea14a72252a05f365ef71ab6d1d561cef0f19 /nis/nss_nis/nis-proto.c
parent9d4f43ae500a3a3ecc6058f87647322793b4c7c8 (diff)
downloadglibc-fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37.tar.gz
glibc-fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37.tar.xz
glibc-fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37.zip
Update.
	* nss_nis/nis-alias.c: Likewise.
	* nss_nis/nis-ethers.c: Likewise.
	* nss_nis/nis-grp.c: Likewise.
	* nss_nis/nis-network.c: Likewise.
	* nss_nis/nis-proto.c: Likewise.
	* nss_nis/nis-pwd.c: Likewise.
	* nss_nis/nis-spwd.c: Likewise.
	* nss_compat/compat-grp.c: Likewise.
	* nss_compat/compat-initgroups.c: Likewise.
	* nss_compat/compat-pwd.c: Likewise.
	* nss_compat/compat-spwd.c: Likewise.
Diffstat (limited to 'nis/nss_nis/nis-proto.c')
-rw-r--r--nis/nss_nis/nis-proto.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nis/nss_nis/nis-proto.c b/nis/nss_nis/nis-proto.c
index 33286df53a..debf5f8dc5 100644
--- a/nis/nss_nis/nis-proto.c
+++ b/nis/nss_nis/nis-proto.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996.
 
@@ -41,8 +41,8 @@ struct response
   struct response *next;
 };
 
-static struct response *start = NULL;
-static struct response *next = NULL;
+static struct response *start;
+static struct response *next;
 
 static int
 saveit (int instatus, char *inkey, int inkeylen, char *inval,