diff options
Diffstat (limited to 'security/krb5/files/patch-appl::telnet::telnetd::ext.h')
-rw-r--r-- | security/krb5/files/patch-appl::telnet::telnetd::ext.h | 13 |
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 */ |