1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-30 21:32:02 +00:00

First cleanup to get to compiling (warnings, no errors) FreeBSD

This commit is contained in:
Nick Briggs
2017-05-25 12:51:47 -07:00
parent be2101ac49
commit 02569edbe0
12 changed files with 44 additions and 18 deletions

View File

@@ -37,7 +37,9 @@ static char *id = "$Id: vmemsave.c,v 1.2 1999/01/03 02:07:45 sybalsky Exp $ Copy
#include <sys/param.h>
#ifndef AIX
#ifndef MACOSX
#ifndef FREEBSD
#include <sys/vfs.h>
#endif /* FREEBSD */
#endif /* MACOSX */
#endif /* AIX */
@@ -47,7 +49,7 @@ static char *id = "$Id: vmemsave.c,v 1.2 1999/01/03 02:07:45 sybalsky Exp $ Copy
#include <signal.h>
#include <setjmp.h>
#ifdef SYSVONLY
#if defined(SYSVONLY) || defined(MACOSX) || defined(FREEBSD)
#include <sys/fcntl.h>
#include <dirent.h>
#include <unistd.h>