[7493] in Athena Bugs
modifications to moira in source tree to get moira to compile under a/ux 2.0.1
daemon@ATHENA.MIT.EDU (vrt@MIT.EDU)
Tue Apr 30 16:12:10 1991
From: vrt@MIT.EDU
Date: Tue, 30 Apr 91 16:11:52 -0400
To: bugs-moira@MIT.EDU, bugs@MIT.EDU, rel-eng@MIT.EDU
change 1
./util/ss/help.c
add
#include <sys/types.h> before
#include <sys/file.h>
change 2
./util/ss/make_commands.c
add
#include <sys/types.h> before
#include <sys/file.h>
add
#ifdef _AUX_SOURCE
#define vfork=fork
#endif /* _AUX_SOURCE */
after #includes
Thanks --vrt