summaryrefslogtreecommitdiff
path: root/security/krb5/files/patch-appl::telnet::telnetd::ext.h
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-07-20 16:53:32 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-07-20 16:53:32 +0000
commit7749fc1146d602ef596af6abcf23f92413930dd0 (patch)
tree7bc997a52291a47d733bf7811974890f4cb992b9 /security/krb5/files/patch-appl::telnet::telnetd::ext.h
parentUpdate to version 0.3.1. (diff)
Merge telnetd vulnerability fix from FreeBSD.
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
Notes
Notes: svn path=/head/; revision=45288
Diffstat (limited to 'security/krb5/files/patch-appl::telnet::telnetd::ext.h')
-rw-r--r--security/krb5/files/patch-appl::telnet::telnetd::ext.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/krb5/files/patch-appl::telnet::telnetd::ext.h b/security/krb5/files/patch-appl::telnet::telnetd::ext.h
new file mode 100644
index 000000000000..95e52f5c66b7
--- /dev/null
+++ b/security/krb5/files/patch-appl::telnet::telnetd::ext.h
@@ -0,0 +1,13 @@
+--- appl/telnet/telnetd/ext.h.orig Wed Feb 28 14:06:51 2001
++++ appl/telnet/telnetd/ext.h Thu Jul 19 19:14:29 2001
+@@ -190,6 +190,10 @@
+ wontoption P((int)),
+ writenet P((unsigned char *, int));
+
++extern int output_data __P((const char *, ...))
++ __printflike(1, 2);
++extern int output_datalen __P((const char *, size_t));
++
+ #ifdef ENCRYPTION
+ extern char *nclearto;
+ #endif /* ENCRYPTION */