projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c51243
)
oops. make this actually work as intended....
author
Eric Andersen
<andersen@codepoet.org>
Thu, 26 Jun 2003 23:55:55 +0000
(23:55 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 26 Jun 2003 23:55:55 +0000
(23:55 -0000)
libpwdgrp/shadow.c
patch
|
blob
|
history
diff --git
a/libpwdgrp/shadow.c
b/libpwdgrp/shadow.c
index ed0ef01314ddc9a5a0fda63004777dedeeeee408..9e218f96ffd86a880928919b3c482a97f247d017 100644
(file)
--- a/
libpwdgrp/shadow.c
+++ b/
libpwdgrp/shadow.c
@@
-54,7
+54,7
@@
void setspent(void)
if (shadow) {
rewind(shadow);
} else {
- shadow = bb_xfopen(
SHADOW_FILE
, "r");
+ shadow = bb_xfopen(
bb_path_shadow_file
, "r");
}
}