=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pr/pr.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/pr/pr.c 2003/11/09 20:13:57 1.20 --- src/usr.bin/pr/pr.c 2004/06/21 15:27:19 1.21 *************** *** 1,4 **** ! /* $OpenBSD: pr.c,v 1.20 2003/11/09 20:13:57 otto Exp $ */ /*- * Copyright (c) 1991 Keith Muller. --- 1,4 ---- ! /* $OpenBSD: pr.c,v 1.21 2004/06/21 15:27:19 avsm Exp $ */ /*- * Copyright (c) 1991 Keith Muller. *************** *** 41,47 **** #ifndef lint /* from: static char sccsid[] = "@(#)pr.c 8.1 (Berkeley) 6/6/93"; */ ! static char *rcsid = "$OpenBSD: pr.c,v 1.20 2003/11/09 20:13:57 otto Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /* from: static char sccsid[] = "@(#)pr.c 8.1 (Berkeley) 6/6/93"; */ ! static char *rcsid = "$OpenBSD: pr.c,v 1.21 2004/06/21 15:27:19 avsm Exp $"; #endif /* not lint */ #include *************** *** 842,848 **** char *p; va_start(ap, fmt); ! if (ferr == NULL) vfprintf(stderr, fmt, ap); else { sigemptyset(&block); --- 842,848 ---- char *p; va_start(ap, fmt); ! if (ferr == 0) vfprintf(stderr, fmt, ap); else { sigemptyset(&block);