=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/biff/biff.c,v retrieving revision 1.5 retrieving revision 1.5.6.1 diff -u -r1.5 -r1.5.6.1 --- src/usr.bin/biff/biff.c 1998/12/07 20:10:09 1.5 +++ src/usr.bin/biff/biff.c 2000/10/06 21:16:11 1.5.6.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: biff.c,v 1.5 1998/12/07 20:10:09 deraadt Exp $ */ +/* $OpenBSD: biff.c,v 1.5.6.1 2000/10/06 21:16:11 jason Exp $ */ /* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: biff.c,v 1.5 1998/12/07 20:10:09 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: biff.c,v 1.5.6.1 2000/10/06 21:16:11 jason Exp $"; #endif #endif /* not lint */ @@ -93,11 +93,11 @@ switch(argv[0][0]) { case 'n': if (chmod(name, sb.st_mode & ~S_IXUSR) < 0) - err(2, name); + err(2, "%s", name); break; case 'y': if (chmod(name, sb.st_mode | S_IXUSR) < 0) - err(2, name); + err(2, "%s", name); break; default: usage();