diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-01-16 03:17:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-01-16 03:17:24 +0000 |
commit | c0f94d44f3a5fe701d2373a0a04b850e3725b784 (patch) | |
tree | b5d9ce88c28eff7c9298e9be0bc32885e216dd57 /security/krb5-16/files/patch-appl::telnet::telnetd::ext.h | |
parent | Needn't depend mkfontdir. (diff) |
Update 1.2.2 -> 1.2.3
Notes
Notes:
svn path=/head/; revision=53145
Diffstat (limited to 'security/krb5-16/files/patch-appl::telnet::telnetd::ext.h')
-rw-r--r-- | security/krb5-16/files/patch-appl::telnet::telnetd::ext.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/security/krb5-16/files/patch-appl::telnet::telnetd::ext.h b/security/krb5-16/files/patch-appl::telnet::telnetd::ext.h deleted file mode 100644 index 38fd6ac1fd53..000000000000 --- a/security/krb5-16/files/patch-appl::telnet::telnetd::ext.h +++ /dev/null @@ -1,24 +0,0 @@ ---- appl/telnet/telnetd/ext.h.orig Wed Feb 28 14:06:51 2001 -+++ appl/telnet/telnetd/ext.h Mon Jul 23 16:44:35 2001 -@@ -75,7 +75,7 @@ - - extern char netibuf[BUFSIZ], *netip; - --extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp; -+extern char netobuf[BUFSIZ], *nfrontp, *nbackp; - extern char *neturg; /* one past last bye of urgent data */ - - extern int pcc, ncc; -@@ -187,8 +187,10 @@ - tty_setsofttab P((int)), - tty_tspeed P((int)), - willoption P((int)), -- wontoption P((int)), -- writenet P((unsigned char *, int)); -+ wontoption P((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; |