diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-14 17:46:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-14 17:46:58 +0000 |
commit | 532ae196c81660b23809fedf812d32f37c51e8f3 (patch) | |
tree | 659ab295f3d095ab674dbbfe3b5a849692070525 /net-ftp/yafc/files | |
parent | version bump (diff) | |
download | gentoo-2-532ae196c81660b23809fedf812d32f37c51e8f3.tar.gz gentoo-2-532ae196c81660b23809fedf812d32f37c51e8f3.tar.bz2 gentoo-2-532ae196c81660b23809fedf812d32f37c51e8f3.zip |
Fix the patch again, thanks to genone for the command of cvs
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-ftp/yafc/files')
-rw-r--r-- | net-ftp/yafc/files/yafc-1.1.1-gcc4.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/yafc/files/yafc-1.1.1-gcc4.patch b/net-ftp/yafc/files/yafc-1.1.1-gcc4.patch index 4054d737c6ee..bf6ca67ba65f 100644 --- a/net-ftp/yafc/files/yafc-1.1.1-gcc4.patch +++ b/net-ftp/yafc/files/yafc-1.1.1-gcc4.patch @@ -1,5 +1,5 @@ ---- lib/gssapi.c.orig 2007-03-14 00:28:48.000000000 +0000 -+++ lib/gssapi.c 2007-03-14 00:30:13.000000000 +0000 +--- lib/gssapi.c.orig 2007-03-14 18:13:14.000000000 +0100 ++++ lib/gssapi.c 2007-03-14 18:23:20.000000000 +0100 @@ -72,11 +72,6 @@ static gss_OID_desc gss_c_nt_hostbased_service_oid_desc = {10, (void *)"\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04"}; @@ -12,6 +12,7 @@ /*RCSID("$Id: gssapi.c,v 1.5 2002/12/05 22:12:36 mhe Exp $");*/ struct gss_data { + diff -ur lib/krb4.c /tmp/yafc-1.1.1/lib/krb4.c --- lib/krb4.c 2002-12-05 22:12:37.000000000 +0000 +++ lib/krb4.c 2006-12-16 13:23:46.000000000 +0000 |