summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/telnet/telnet.c')
-rw-r--r--usr.bin/telnet/telnet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c
index 3e8585ad91c..9b0b1c82dcc 100644
--- a/usr.bin/telnet/telnet.c
+++ b/usr.bin/telnet/telnet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: telnet.c,v 1.13 2001/11/19 19:02:16 mpech Exp $ */
+/* $OpenBSD: telnet.c,v 1.14 2002/02/17 17:20:49 millert Exp $ */
/* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */
/*
@@ -538,7 +538,7 @@ dontoption(option)
* bad, duplicate, or verbose names (names with spaces).
*/
-int is_unique P((char *, char **, char **));
+int is_unique(char *, char **, char **);
static char *name_unknown = "UNKNOWN";
static char *unknown[] = { 0, 0 };