From 28e246e3580d752c0439d26307a88a5429644361 Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 8 Aug 1998 02:24:03 +0000 Subject: Include FreeBSD's syscall.h if not using NetBSD syscalls. --- lib/libc/alpha/SYS.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libc/alpha') diff --git a/lib/libc/alpha/SYS.h b/lib/libc/alpha/SYS.h index 40f9808..cfc0909 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 +#ifdef __NETBSD_SYSCALLS #include - +#else +#include +#endif #define CALLSYS_ERROR(name) \ CALLSYS_NOERROR(name); \ -- cgit v1.1