From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- net-im/icb/files/patch-icb__icb.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 net-im/icb/files/patch-icb__icb.h (limited to 'net-im/icb/files/patch-icb__icb.h') diff --git a/net-im/icb/files/patch-icb__icb.h b/net-im/icb/files/patch-icb__icb.h new file mode 100644 index 000000000000..5867fa4c90df --- /dev/null +++ b/net-im/icb/files/patch-icb__icb.h @@ -0,0 +1,34 @@ +--- icb/icb.h.orig Fri Dec 15 01:33:57 2006 ++++ icb/icb.h Fri Dec 15 01:34:21 2006 +@@ -129,15 +129,6 @@ + #endif + + +-/* include function prototypes if ANSI compiler */ +-/* otherwise, include file that shows return type for each function */ +- +-#if defined __STDC__ || defined __GNUC__ +-#include "protos.h" +-#else +-#include "funcs.h" +-#endif +- + #define MAX_HOSTLEN 256 + #define MAX_PASSLEN 256 + +@@ -182,6 +173,15 @@ + ColPERSFROMHILITE, + ColTIMESTAMP + } colorlist; ++ ++/* include function prototypes if ANSI compiler */ ++/* otherwise, include file that shows return type for each function */ ++ ++#if defined __STDC__ || defined __GNUC__ ++#include "protos.h" ++#else ++#include "funcs.h" ++#endif + + + /* Returns an ANSI color sequence for 'primary', or for -- cgit v1.2.3