summaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2005-02-06 17:30:33 +0000
committeragc <agc@NetBSD.org>2005-02-06 17:30:33 +0000
commitf27acbf4fcc0f374fb34074c5432fe72f49bb2ff (patch)
treefda5d26538bf1445d200b0f62afbbf6a4690069a /libexec/telnetd
parentb48e30cb2ef99c8f7e69a0236ad06af6b8d9ba81 (diff)
Make this compile after the de-__Ping round.
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/utility.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c
index d6789b2f3ac..83752e684e5 100644
--- a/libexec/telnetd/utility.c
+++ b/libexec/telnetd/utility.c
@@ -1,4 +1,4 @@
-/* $NetBSD: utility.c,v 1.26 2005/02/06 05:58:21 perry Exp $ */
+/* $NetBSD: utility.c,v 1.27 2005/02/06 17:30:33 agc Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: utility.c,v 1.26 2005/02/06 05:58:21 perry Exp $");
+__RCSID("$NetBSD: utility.c,v 1.27 2005/02/06 17:30:33 agc Exp $");
#endif
#endif /* not lint */
@@ -510,7 +510,7 @@ printoption(const char *fmt, int option)
void
printsub(
- char direction, /* '<' or '>' */
+ int direction, /* '<' or '>' */
unsigned char *pointer, /* where suboption data sits */
int length) /* length of suboption data */
{