summaryrefslogtreecommitdiff
path: root/usr.bin/pr
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-08-04 17:06:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-08-04 17:06:47 +0000
commit2cfce70a334e204eaabf44bc5f91cb696d94d66e (patch)
tree6955a638c6a14a88b5c60c0ce1802cf30bb652ce /usr.bin/pr
parent55dba1b6d03606c598bd59b20b8cc1ad58b474c3 (diff)
protos
Diffstat (limited to 'usr.bin/pr')
-rw-r--r--usr.bin/pr/pr.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/types.h>
@@ -833,7 +833,7 @@ flsh_errs(void)
}
}
-void
+static void
ferrout(char *fmt, ...)
{
sigset_t block, oblock;