really remove the #define stat.

This commit is contained in:
Kurt Zeilenga 1998-10-20 20:38:21 +00:00
parent 9c58b13dd4
commit 20c0653704

View File

@ -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;