=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/stat/stat.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/stat/stat.c 2005/06/15 17:50:28 1.11 --- src/usr.bin/stat/stat.c 2006/05/28 16:41:18 1.12 *************** *** 1,4 **** ! /* $OpenBSD: stat.c,v 1.11 2005/06/15 17:50:28 millert Exp $ */ /* $NetBSD: stat.c,v 1.19 2004/06/20 22:20:16 jmc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: stat.c,v 1.12 2006/05/28 16:41:18 pedro Exp $ */ /* $NetBSD: stat.c,v 1.19 2004/06/20 22:20:16 jmc Exp $ */ /* *************** *** 39,45 **** #ifndef lint static const char rccs_id[] = ! "$OpenBSD: stat.c,v 1.11 2005/06/15 17:50:28 millert Exp $"; #endif #include --- 39,45 ---- #ifndef lint static const char rccs_id[] = ! "$OpenBSD: stat.c,v 1.12 2006/05/28 16:41:18 pedro Exp $"; #endif #include *************** *** 279,285 **** errs = 1; linkfail = 1; if (!quiet) ! warn("%s: stat", argc == 0 ? "(stdin)" : argv[0]); } else output(&st, argv[0], statfmt, fn, nonl); --- 279,285 ---- errs = 1; linkfail = 1; if (!quiet) ! warn("%s", argc == 0 ? "(stdin)" : argv[0]); } else output(&st, argv[0], statfmt, fn, nonl);