pkg://Canna-3.5b2-50.src.rpm:2637951/Canna-3.5b2-ia64.patch
info downloads
*** dic/ideo/pubdic/pod.c.orig Mon Apr 23 11:27:28 2001
--- dic/ideo/pubdic/pod.c Mon Apr 23 11:27:41 2001
***************
*** 30,35 ****
--- 30,36 ----
#if __STDC__
#include <stddef.h>
+ #include <stdlib.h>
#else
extern char *malloc();
#endif
*** lib/RK/dd.c.orig Mon Apr 23 12:09:07 2001
--- lib/RK/dd.c Mon Apr 23 12:10:33 2001
***************
*** 27,33 ****
#include "RKintern.h"
! #if defined(USG) || defined(SYSV) || defined(SVR4) || defined(WIN)
#include <string.h>
#else
#include <strings.h>
--- 27,33 ----
#include "RKintern.h"
! #if defined(USG) || defined(SYSV) || defined(SVR4) || defined(WIN) || defined(linux)
#include <string.h>
#else
#include <strings.h>