diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-26 14:11:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-26 14:11:35 +0000 |
commit | fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37 (patch) | |
tree | 65cea14a72252a05f365ef71ab6d1d561cef0f19 /nis/nss_compat | |
parent | 9d4f43ae500a3a3ecc6058f87647322793b4c7c8 (diff) | |
download | glibc-fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37.tar glibc-fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37.tar.gz glibc-fc9f33e33ffbb2d25eed7dc9e70f97b1abd82d37.tar.bz2 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_compat')
-rw-r--r-- | nis/nss_compat/compat-grp.c | 10 | ||||
-rw-r--r-- | nis/nss_compat/compat-initgroups.c | 10 | ||||
-rw-r--r-- | nis/nss_compat/compat-pwd.c | 10 | ||||
-rw-r--r-- | nis/nss_compat/compat-spwd.c | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/nis/nss_compat/compat-grp.c b/nis/nss_compat/compat-grp.c index d2fec68cc3..d05dbaebee 100644 --- a/nis/nss_compat/compat-grp.c +++ b/nis/nss_compat/compat-grp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -32,10 +32,10 @@ #include "nss-nisplus.h" #include "nisplus-parser.h" -static service_user *ni = NULL; -static bool_t use_nisplus = FALSE; /* default: group_compat: nis */ -static nis_name grptable = NULL; /* Name of the group table */ -static size_t grptablelen = 0; +static service_user *ni; +static bool_t use_nisplus; /* default: group_compat: nis */ +static nis_name grptable; /* Name of the group table */ +static size_t grptablelen; /* Get the declaration of the parser function. */ #define ENTNAME grent diff --git a/nis/nss_compat/compat-initgroups.c b/nis/nss_compat/compat-initgroups.c index 558433e0ba..171221ea45 100644 --- a/nis/nss_compat/compat-initgroups.c +++ b/nis/nss_compat/compat-initgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. @@ -34,10 +34,10 @@ #include "nss-nisplus.h" #include "nisplus-parser.h" -static service_user *ni = NULL; -static bool_t use_nisplus = FALSE; /* default: group_compat: nis */ -static nis_name grptable = NULL; /* Name of the group table */ -static size_t grptablelen = 0; +static service_user *ni; +static bool_t use_nisplus; /* default: group_compat: nis */ +static nis_name grptable; /* Name of the group table */ +static size_t grptablelen; /* Get the declaration of the parser function. */ #define ENTNAME grent diff --git a/nis/nss_compat/compat-pwd.c b/nis/nss_compat/compat-pwd.c index 8540f5563a..5f031571f9 100644 --- a/nis/nss_compat/compat-pwd.c +++ b/nis/nss_compat/compat-pwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. @@ -34,10 +34,10 @@ #include "nss-nisplus.h" #include "nisplus-parser.h" -static service_user *ni = NULL; -static bool_t use_nisplus = FALSE; /* default: passwd_compat: nis */ -static nis_name pwdtable = NULL; /* Name of the pwd table */ -static size_t pwdtablelen = 0; +static service_user *ni; +static bool_t use_nisplus; /* default: passwd_compat: nis */ +static nis_name pwdtable; /* Name of the pwd table */ +static size_t pwdtablelen; /* Get the declaration of the parser function. */ #define ENTNAME pwent diff --git a/nis/nss_compat/compat-spwd.c b/nis/nss_compat/compat-spwd.c index e184d79e6d..b3a7942143 100644 --- a/nis/nss_compat/compat-spwd.c +++ b/nis/nss_compat/compat-spwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. @@ -34,10 +34,10 @@ #include "nss-nisplus.h" #include "nisplus-parser.h" -static service_user *ni = NULL; -static bool_t use_nisplus = FALSE; /* default: passwd_compat: nis */ -static nis_name pwdtable = NULL; /* Name of the password table */ -static size_t pwdtablelen = 0; +static service_user *ni; +static bool_t use_nisplus; /* default: passwd_compat: nis */ +static nis_name pwdtable; /* Name of the password table */ +static size_t pwdtablelen; /* Get the declaration of the parser function. */ #define ENTNAME spent |