diff options
Diffstat (limited to 'net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h')
-rw-r--r-- | net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h b/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h new file mode 100644 index 000000000000..3a9b7fc4be32 --- /dev/null +++ b/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h @@ -0,0 +1,15 @@ +--- 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 ); |