From: Kurt Zeilenga Date: Tue, 20 Oct 1998 20:38:21 +0000 (+0000) Subject: really remove the #define stat. X-Git-Tag: PHP3_TOOL_0_0~18^2~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20c065370433231982b92221f43d7a9e3882239c;p=openldap really remove the #define stat. --- diff --git a/include/portable.h.nt b/include/portable.h.nt index fff5c3f210..5ee18255ed 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -36,8 +36,6 @@ is provided ``as is'' without express or implied warranty. #define strncasecmp strnicmp #define strdup _strdup -#define stat _stat - /* define type for caddr_t */ typedef char * caddr_t;