diff --git a/include/portable.h.nt b/include/portable.h.nt index fff5c3f2108218a837bd77fd71e146aeaf2ce692..5ee18255edaf79f3b6519b97d6f664af0de67de8 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;