]> git.pld-linux.org Git - packages/BitchX.git/blobdiff - BitchX-dcc-force-port.patch
- final versions of patches from Michal Kaps <ciril@faf.net.pl>
[packages/BitchX.git] / BitchX-dcc-force-port.patch
index 5cb5ff4b3d98bec495b83f28c5bfd2e0fc60b56e..91a7b8a01472d09607fb5b3807646e630fb2ebeb 100644 (file)
@@ -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 @@
  #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;
This page took 0.129044 seconds and 4 git commands to generate.