summaryrefslogtreecommitdiff
path: root/libexec/tcpd/safe_finger
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /libexec/tcpd/safe_finger
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'libexec/tcpd/safe_finger')
-rw-r--r--libexec/tcpd/safe_finger/safe_finger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/tcpd/safe_finger/safe_finger.c b/libexec/tcpd/safe_finger/safe_finger.c
index f05d11507b7..0b8692dded9 100644
--- a/libexec/tcpd/safe_finger/safe_finger.c
+++ b/libexec/tcpd/safe_finger/safe_finger.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: safe_finger.c,v 1.2 2001/01/17 19:24:28 deraadt Exp $ */
+/* $OpenBSD: safe_finger.c,v 1.3 2002/02/16 21:27:31 millert Exp $ */
/*
* safe_finger - finger client wrapper that protects against nasty stuff
@@ -20,7 +20,7 @@
#if 0
static char sccsid[] = "@(#) safe_finger.c 1.4 94/12/28 17:42:41";
#else
-static char rcsid[] = "$OpenBSD: safe_finger.c,v 1.2 2001/01/17 19:24:28 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: safe_finger.c,v 1.3 2002/02/16 21:27:31 millert Exp $";
#endif
#endif
@@ -50,7 +50,7 @@ char path[] = "PATH=/bin:/usr/bin:/usr/sbin:/sbin";
int finger_pid;
-int pipe_stdin __P((char **));
+int pipe_stdin(char **);
void cleanup(sig)
int sig;