diff --git a/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch b/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch index d65bb1207cb..cc8bcb2c6a6 100644 --- a/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch +++ b/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch @@ -3,13 +3,13 @@ index 9cc1e7c..3e4f12d 100644 --- a/include/dcc.h +++ b/include/dcc.h @@ -97,6 +97,7 @@ - #define DCC_OFFER 0x00040000 - #define DCC_DELETE 0x00080000 - #define DCC_TWOCLIENTS 0x00100000 + #define DCC_OFFER 0x00040000 + #define DCC_DELETE 0x00080000 + #define DCC_TWOCLIENTS 0x00100000 +#define DCC_RESUME_REQ 0x00200000 - + #ifdef NON_BLOCKING_CONNECTS - #define DCC_CNCT_PEND 0x00200000 + #define DCC_CNCT_PEND 0x00200000 diff --git source/dcc.c source/dcc.c index d0706f8..b158189 100644 --- a/source/dcc.c