Don't declare sync if we use gusi.

This commit is contained in:
Jack Jansen 2000-07-14 22:14:46 +00:00
parent f868de6491
commit c3f593e6ab

View File

@ -18,7 +18,9 @@
extern unsigned char *Pstring(char *);
extern char *getbootvol(void);
extern char *getwd(char *);
#ifndef USE_GUSI
extern int sync(void);
#endif
/* Universal constants: */
#define MAXPATH 256