This commit is contained in:
mycroft 1998-01-22 17:33:03 +00:00
parent e8283b7944
commit 0a4f0e60de
4 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscall.h,v 1.26 1998/01/09 06:27:32 thorpej Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.27 1998/01/22 17:33:03 mycroft Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.19 1998/01/09 06:27:33 thorpej Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.20 1998/01/22 17:33:04 mycroft Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscalls.c,v 1.24 1998/01/09 06:27:34 thorpej Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.25 1998/01/22 17:33:05 mycroft Exp $ */
/*
* System call names.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_sysent.c,v 1.25 1998/01/09 06:27:35 thorpej Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.26 1998/01/22 17:33:05 mycroft Exp $ */
/*
* System call switch table.
@ -26,12 +26,6 @@
#define compat_09(func) sys_nosys
#endif
#ifdef COMPAT_10
#define compat_10(func) __CONCAT(compat_10_,func)
#else
#define compat_10(func) sys_nosys
#endif
#define s(type) sizeof(type)
struct sysent ultrix_sysent[] = {