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:
6082917
)
Fix /etc/passwd misspelling.
author
Eric Andersen
<andersen@codepoet.org>
Fri, 2 Jun 2000 17:38:18 +0000
(17:38 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 2 Jun 2000 17:38:18 +0000
(17:38 -0000)
-Erik
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index 68bdc3197d5c121011875140f1927ca39269642d..c0dd98f74920644ea1207e1f61ab66fc17be3bd9 100644
(file)
--- a/
utility.c
+++ b/
utility.c
@@
-806,7
+806,7
@@
unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig
file = fopen(filename, "r");
if (file == NULL) {
- /* Do not complain. It is ok for /etc/passw
or
d and
+ /* Do not complain. It is ok for /etc/passwd and
* friends to be missing... */
return (-1);
}