projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51eecc4
)
Remove unnecessary initializations.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 18 Dec 2000 17:22:03 +0000
(17:22 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 18 Dec 2000 17:22:03 +0000
(17:22 +0000)
nis/nss_nis/nis-netgrp.c
patch
|
blob
|
history
diff --git
a/nis/nss_nis/nis-netgrp.c
b/nis/nss_nis/nis-netgrp.c
index
e39c282
..
3dda44a
100644
(file)
--- a/
nis/nss_nis/nis-netgrp.c
+++ b/
nis/nss_nis/nis-netgrp.c
@@
-34,9
+34,9
@@
/* Locks the static variables in this file. */
__libc_lock_define_initialized (static, lock)
-static char *data
= NULL
;
-static size_t data_size
= 0
;
-static char *cursor
= NULL;
;
+static char *data;
+static size_t data_size;
+static char *cursor;
extern enum nss_status
_nss_netgroup_parseline (char **cursor, struct __netgrent *result,