diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-08 02:24:03 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-08 02:24:03 +0000 |
| commit | 2a957ed7cc61c1531700b8a82095a54e748c44a5 (patch) | |
| tree | 77c34d09a8ee7fff303576e97c98d50995e93167 /lib/libc | |
| parent | dc43d96540cf563e00f58b55585fd4f0d0c6d1fb (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/alpha/SYS.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/alpha/SYS.h b/lib/libc/alpha/SYS.h index 40f9808caa87..cfc0909d8d32 100644 --- a/lib/libc/alpha/SYS.h +++ b/lib/libc/alpha/SYS.h @@ -1,4 +1,4 @@ -/* $Id: SYS.h,v 1.1.1.1 1998/03/09 06:34:40 jb Exp $ */ +/* $Id: SYS.h,v 1.2 1998/06/09 22:43:34 jb Exp $ */ /* From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */ /* @@ -29,8 +29,11 @@ */ #include <machine/asm.h> +#ifdef __NETBSD_SYSCALLS #include <sys/netbsd_syscall.h> - +#else +#include <sys/syscall.h> +#endif #define CALLSYS_ERROR(name) \ CALLSYS_NOERROR(name); \ |
