aboutsummaryrefslogtreecommitdiff
path: root/net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h')
-rw-r--r--net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h b/net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h
deleted file mode 100644
index 3a9b7fc4be32..000000000000
--- a/net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- modules/yahoo2/libyahoo2/yahoo_fn.h.orig Thu Jan 15 08:01:45 2004
-+++ modules/yahoo2/libyahoo2/yahoo_fn.h Sun Feb 8 01:03:04 2004
-@@ -27,7 +27,11 @@
- struct yahoo_fn
- {
- int type; /* type of transform */
-- int arg1, arg2; /* arguments */
-+ union {
-+ unsigned char *table;
-+ int arg1;
-+ } arg1_u;
-+ int arg2; /* arguments */
- };
-
- int yahoo_xfrm( int table, int depth, int seed );