aboutsummaryrefslogtreecommitdiff
path: root/net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /net-im/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo_fn.h
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.tar.gz
ports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.zip
Notes
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 );