From 09f2cc343dba3b47e554adfff426f2c6761b749b Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jul 2000 10:07:38 +0000 Subject: Regen. (Fix SYS_exit) --- sys/sys/syscall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/sys/syscall.h') diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index fb1a5c7..6afbcd1 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -3,11 +3,11 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.80 2000/07/29 00:16:26 peter Exp + * created from FreeBSD: src/sys/kern/syscalls.master,v 1.81 2000/07/29 10:05:23 peter Exp */ #define SYS_syscall 0 -#define SYS_sys_exit 1 +#define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 -- cgit v1.1