From: Anantha Kesari H Y Date: Mon, 21 Mar 2005 08:55:43 +0000 (+0000) Subject: NetWare LibC headers have sys/param.h X-Git-Tag: php-5.0.4RC2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2fccffa2d5b117127c322ad5f7a04eb347bee46;p=php NetWare LibC headers have sys/param.h --- diff --git a/ext/standard/pack.c b/ext/standard/pack.c index f66586ab21..f7f630bc79 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -30,17 +30,12 @@ #include "win32/param.h" #elif defined(NETWARE) #ifdef USE_WINSOCK -/*#include */ #include #else #include #endif -#ifdef NEW_LIBC #include #else -#include "netware/param.h" -#endif -#else #include #endif #include "ext/standard/head.h"