From 2cfce70a334e204eaabf44bc5f91cb696d94d66e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 4 Aug 2003 17:06:47 +0000 Subject: protos --- usr.bin/pr/pr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/pr/pr.c') diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 93eff118862..51f417accbf 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pr.c,v 1.18 2003/06/12 20:58:10 deraadt Exp $ */ +/* $OpenBSD: pr.c,v 1.19 2003/08/04 17:06:45 deraadt Exp $ */ /*- * Copyright (c) 1991 Keith Muller. @@ -41,7 +41,7 @@ static char copyright[] = #ifndef lint /* from: static char sccsid[] = "@(#)pr.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$OpenBSD: pr.c,v 1.18 2003/06/12 20:58:10 deraadt Exp $"; +static char *rcsid = "$OpenBSD: pr.c,v 1.19 2003/08/04 17:06:45 deraadt Exp $"; #endif /* not lint */ #include @@ -833,7 +833,7 @@ flsh_errs(void) } } -void +static void ferrout(char *fmt, ...) { sigset_t block, oblock; -- cgit v1.2.3