From 4027779c2286e67e87b06850ac4b143a69f0dbf1 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Tue, 16 Dec 1997 22:27:22 +0000 Subject: [PATCH] Regenerate after changing makesyscalls.sh. --- sys/kern/init_sysent.c | 3 ++- sys/sys/sysproto.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 5c6e9910aa0..f95255aa502 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -5,11 +5,12 @@ * created from Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp */ +#include "opt_compat.h" + #include #include #include -#include "opt_compat.h" #ifdef COMPAT_43 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) #else diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 14fc1d538c5..7f89cb8d157 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -1041,7 +1041,6 @@ int mlockall __P((struct proc *, struct mlockall_args *)); int munlockall __P((struct proc *, struct munlockall_args *)); int __getcwd __P((struct proc *, struct __getcwd_args *)); -#include "opt_compat.h" #ifdef COMPAT_43 struct ocreat_args { -- 2.45.2