summaryrefslogtreecommitdiff
path: root/libexec/telnetd/ext.h
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-05-25 10:25:23 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-05-25 10:25:23 +0000
commit995a74a40d763acfcdf7d35c2451b7668840e6ab (patch)
tree61b8ac008db4451b55de099070183f9245d1c368 /libexec/telnetd/ext.h
parentdd9e896da481d498f32b58d839efdf947b25a2ff (diff)
KerberosV support from Heimdal.
Diffstat (limited to 'libexec/telnetd/ext.h')
-rw-r--r--libexec/telnetd/ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h
index 774902fc8c8..f44b69fa427 100644
--- a/libexec/telnetd/ext.h
+++ b/libexec/telnetd/ext.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ext.h,v 1.9 2000/11/16 19:00:19 millert Exp $ */
+/* $OpenBSD: ext.h,v 1.10 2001/05/25 10:25:22 hin Exp $ */
/* $NetBSD: ext.h,v 1.6 1996/02/28 20:38:13 thorpej Exp $ */
/*
@@ -120,7 +120,7 @@ extern void
#ifdef DIAGNOSTICS
printoption P((char *, int)),
printdata P((char *, char *, int)),
- printsub P((char, unsigned char *, int)),
+ printsub P((int, unsigned char *, int)),
#endif
ptyflush P((void)),
putchr P((int)),