all: Don't include <sys/file.h> if NO_SYS_FILE is defined. On the Apollo,

this file does not exist, and not including it hasn't seemed to
	cause problems.
main.c:  Use the proper enum's in the options structure initialization;
	the Apollo compiler chokes on this.
This commit is contained in:
Sean Eric Fagan 1992-02-11 00:01:35 +00:00
parent b159ce3f16
commit 5e4d4b0f32
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "obstack.h"
#include <sys/param.h>
#ifndef NO_SYS_FILE
#include <sys/file.h>
#endif
#include <sys/stat.h>
#include "symtab.h"