projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0021b79
)
(_nss_db_setnetgrent): Use __dbopen instead of dbopen.
author
drepper
<drepper>
Fri, 11 Apr 1997 09:37:13 +0000
(09:37 +0000)
committer
drepper
<drepper>
Fri, 11 Apr 1997 09:37:13 +0000
(09:37 +0000)
nss/nss_db/db-netgrp.c
patch
|
blob
|
history
diff --git
a/nss/nss_db/db-netgrp.c
b/nss/nss_db/db-netgrp.c
index
b7c172d
..
c27c8de
100644
(file)
--- a/
nss/nss_db/db-netgrp.c
+++ b/
nss/nss_db/db-netgrp.c
@@
-49,7
+49,7
@@
_nss_db_setnetgrent (const char *group)
/* Make sure the data base file is open. */
if (db == NULL)
{
/* Make sure the data base file is open. */
if (db == NULL)
{
- db = dbopen (DBFILE, O_RDONLY, 0, DB_BTREE, NULL);
+ db =
__
dbopen (DBFILE, O_RDONLY, 0, DB_BTREE, NULL);
if (db == NULL)
status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL;
if (db == NULL)
status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL;