summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 14:56:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 14:56:30 +0200
commited1d132ed9fac094937a2805cc6b347f9bcb0ad8 (patch)
tree48d1adae632339b61335681dad13ecb37cbdef72
parent20fa537797d239e71f8be867f40fbc3aee555b7e (diff)
quieten cpio on Cygwin
-rw-r--r--tools/cpio/src/cpio.c3
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