소스 검색

quieten cpio on Cygwin

Waldemar Brodkorb 11 년 전
부모
커밋
ed1d132ed9
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      tools/cpio/src/cpio.c

+ 0 - 3
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