added #define for SCO

CVS patchset: 1761
CVS date: 1997/07/23 18:35:34
This commit is contained in:
ewt 1997-07-23 18:35:34 +00:00
parent 94ff866183
commit 29284ac90a
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ extern void *myrealloc(void *, size_t);
char * our_mntdir;
};
struct our_mntent *getmntent(FILE *filep);
# define our_mntent struct our_mntent
# else
#include <stdio.h>
struct our_mntent {