Fixed to work again without USE_GUSI

This commit is contained in:
Jack Jansen 2000-05-12 21:36:29 +00:00
parent 48b486b054
commit 12e89e42d8
1 changed files with 1 additions and 4 deletions

View File

@ -68,12 +68,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#undef sync
int sync(void);
#else
#ifdef x__MWERKS__
#include <unix.h>
#else
#define mode_t int
#include <fcntl.h>
#endif
#endif
/* Optional routines, for some compiler/runtime combinations */
#if defined(USE_GUSI) || !defined(__MWERKS__)