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-appl/files/patch-appl::telnet::telnetd::authenc.c | |
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-appl/files/patch-appl::telnet::telnetd::authenc.c')
-rw-r--r-- | security/krb5-appl/files/patch-appl::telnet::telnetd::authenc.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/krb5-appl/files/patch-appl::telnet::telnetd::authenc.c b/security/krb5-appl/files/patch-appl::telnet::telnetd::authenc.c deleted file mode 100644 index 9a19ab958aaf..000000000000 --- a/security/krb5-appl/files/patch-appl::telnet::telnetd::authenc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- appl/telnet/telnetd/authenc.c.orig Wed Feb 28 14:06:51 2001 -+++ appl/telnet/telnetd/authenc.c Thu Jul 19 19:14:29 2001 -@@ -43,8 +43,7 @@ - int len; - { - if (nfrontp + len < netobuf + BUFSIZ) { -- memcpy((void *)nfrontp, (void *)str, len); -- nfrontp += len; -+ output_datalen(str, len); - return(len); - } - return(0); |