diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 18:13:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 18:13:16 +0200 |
commit | 2bc97af1f4ca05f1e2ffb9c50b8ef717bc2c33a3 (patch) | |
tree | 65807b0e8e3475edaa949eb69253c81a65948262 /tools/cpio/src | |
parent | 24de0984ed3caa1eb5bdf4d9d4e0b9900e6254eb (diff) | |
parent | d4ae4b9c31f562aa4cd39b51d6d44ec07ac36f26 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/cpio/src')
-rw-r--r-- | tools/cpio/src/cpio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cpio/src/cpio.c b/tools/cpio/src/cpio.c index 8e81a9819..e5090e4c9 100644 --- a/tools/cpio/src/cpio.c +++ b/tools/cpio/src/cpio.c @@ -1836,9 +1836,6 @@ addfile(const char *realfile, struct stat *st, } if ((cp = getuser(st->st_uid)) != NULL) sprintf(bc.Tdr.t_uname, "%.31s", cp); - else - msg(1, 0, "could not get passwd information " - "for %s\n", realfile); if ((cp = getgroup(st->st_gid)) != NULL) sprintf(bc.Tdr.t_gname, "%.31s", cp); else |