diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 17:38:18 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 17:38:18 +0000 |
commit | 5ef345745bf5b185973cb7d38a3d8c38ea8f8700 (patch) | |
tree | 006126cd8ed3c594438de48a6294ae4a857532b2 /utility.c | |
parent | dd19843f29437f0780896138618cdaaed8b29d82 (diff) | |
download | busybox-w32-5ef345745bf5b185973cb7d38a3d8c38ea8f8700.tar.gz busybox-w32-5ef345745bf5b185973cb7d38a3d8c38ea8f8700.tar.bz2 busybox-w32-5ef345745bf5b185973cb7d38a3d8c38ea8f8700.zip |
Fix /etc/passwd misspelling.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@599 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig | |||
806 | 806 | ||
807 | file = fopen(filename, "r"); | 807 | file = fopen(filename, "r"); |
808 | if (file == NULL) { | 808 | if (file == NULL) { |
809 | /* Do not complain. It is ok for /etc/password and | 809 | /* Do not complain. It is ok for /etc/passwd and |
810 | * friends to be missing... */ | 810 | * friends to be missing... */ |
811 | return (-1); | 811 | return (-1); |
812 | } | 812 | } |