X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=BitchX-dcc-force-port.patch;h=91a7b8a01472d09607fb5b3807646e630fb2ebeb;hb=8d27b8a5831a0e8fdf5cb14fc96c1957c7d8aabc;hp=5cb5ff4b3d98bec495b83f28c5bfd2e0fc60b56e;hpb=c63cc540866ce4811101913bb910acf59fea1a4b;p=packages%2FBitchX.git diff --git a/BitchX-dcc-force-port.patch b/BitchX-dcc-force-port.patch index 5cb5ff4..91a7b8a 100644 --- a/BitchX-dcc-force-port.patch +++ b/BitchX-dcc-force-port.patch @@ -1,3 +1,5 @@ +Patch to enable forcing of the local port bitchx uses for DCC. + --- BitchX/include/vars.h.old Sun Nov 4 17:18:23 2001 +++ BitchX/include/vars.h Sun Nov 4 17:20:30 2001 @@ -89,6 +89,7 @@ @@ -31,14 +33,3 @@ #ifdef DCC_CNCT_PEND flags |= DCC_CNCT_PEND; #endif -#--- BitchX/source/modules.c.old Tue Feb 11 01:13:41 2003 -#+++ BitchX/source/modules.c Tue Feb 11 01:13:58 2003 -#@@ -1321,7 +1321,7 @@ -# -# int check_version(unsigned long required) -# { -#-unsigned const major, minor, need_major, need_minor; -#+unsigned long major, minor, need_major, need_minor; -# major = bitchx_numver / 10000; -# minor = (bitchx_numver / 100) % 100; -# need_major = required / 10000;