fix for new syscalls.master versioning

This commit is contained in:
cgd 1993-05-20 02:59:55 +00:00
parent 342129da5d
commit 48e0fa217b
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from @(#)syscalls.master 7.26 (Berkeley) 3/25/91
* created from $Id: init_sysent.c,v 1.8 1993/05/20 03:00:04 cgd Exp $
*/
#include "param.h"

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from @(#)syscalls.master 7.26 (Berkeley) 3/25/91
* created from $Id: syscalls.c,v 1.6 1993/05/20 03:00:07 cgd Exp $
*/
char *syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from @(#)syscalls.master 7.26 (Berkeley) 3/25/91
* created from $Id: syscall.h,v 1.6 1993/05/20 02:59:55 cgd Exp $
*/
#define SYS_exit 1