=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/log.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/tip/Attic/log.c 2001/07/12 05:17:24 1.4 +++ src/usr.bin/tip/Attic/log.c 2001/09/09 19:30:49 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.4 2001/07/12 05:17:24 deraadt Exp $ */ +/* $OpenBSD: log.c,v 1.5 2001/09/09 19:30:49 millert Exp $ */ /* $NetBSD: log.c,v 1.4 1994/12/24 17:56:28 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: log.c,v 1.4 2001/07/12 05:17:24 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: log.c,v 1.5 2001/09/09 19:30:49 millert Exp $"; #endif /* not lint */ #include "tip.h" @@ -60,7 +60,7 @@ if (flog == NULL) return; if (flock(fileno(flog), LOCK_EX) < 0) { - perror("tip: flock"); + perror("flock"); return; } if ((user = getlogin()) == NOSTR) {