head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.4 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.2 OPENPKG_2_5_SOLID_BP:1.1; locks; strict; comment @# @; 1.2 date 2008.04.25.16.07.21; author cs; state dead; branches; next 1.1; commitid rAO7fER9duGdxv0t; 1.1 date 2005.09.26.14.46.07; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: rpl 1.4.0 -> 1.4.1 @ text @Index: src/replace.h --- src/replace.h.orig 2002-07-24 17:41:45 +0200 +++ src/replace.h 2005-09-26 16:45:06 +0200 @@@@ -77,7 +77,7 @@@@ /* This is a simple macro to call malloc() and die if it returns null */ #define MALLOC_FAIL_STRING ("\n" PACKAGE " Unable to allocate memory!") -#define MALLOC_AND_CHECK( x, y ) (void*)(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);} +#define MALLOC_AND_CHECK( x, y ) (x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);} /* Function Prototypes */ @@@@ -90,4 +90,5 @@@@ static void EchoFeedback(int, int, int, char*); -static void SetPerms(struct stat, int, int, char*, int* ); \ No newline at end of file +static void SetPerms(struct stat, int, int, char*, int* ); + @ 1.1 log @fixes for building under GCC 4.0 @ text @@