Support Mach too.

This commit is contained in:
John Gilmore 1991-11-22 21:59:01 +00:00
parent 3ae444f844
commit 73766d9154
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,8 @@
Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
* sysdep-oldbsd.h: Rename from sysdep-newsos.h.
* configure.in: Use sysdep-oldbsd for Mach as well as NEWs.
* sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
requires to make <dirent.h> work. Improve Sun alloca decl.

View File

@ -34,8 +34,8 @@ irix*)
files=sysdep-irix.h
;;
newsos*)
files=sysdep-newsos.h
newsos* | mach*)
files=sysdep-oldbsd.h
;;
esac

View File

@ -1,4 +1,5 @@
/* System-dependent stuff, for Sony NEwS systems */
/* System-dependent stuff, for Sony NEwS, Mach, and other systems
in the "old BSD Unix" tradition. */
#ifdef __GNUC__
#define alloca __builtin_alloca