diff options
Diffstat (limited to 'nis/nss_nisplus/nisplus-pwd.c')
-rw-r--r-- | nis/nss_nisplus/nisplus-pwd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nis/nss_nisplus/nisplus-pwd.c b/nis/nss_nisplus/nisplus-pwd.c index 3ead9cda0d..d008f99e9f 100644 --- a/nis/nss_nisplus/nisplus-pwd.c +++ b/nis/nss_nisplus/nisplus-pwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. @@ -29,9 +29,9 @@ __libc_lock_define_initialized (static, lock) -static nis_result *result = NULL; -static nis_name tablename_val = NULL; -static u_long tablename_len = 0; +static nis_result *result; +static nis_name tablename_val; +static u_long tablename_len; static enum nss_status _nss_create_tablename (int *errnop) |