Regenerate after changing makesyscalls.sh.

This commit is contained in:
eivind 1997-12-16 22:27:22 +00:00
parent e6a77237d3
commit 9984ce1b48
2 changed files with 2 additions and 2 deletions

View File

@ -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 <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include "opt_compat.h"
#ifdef COMPAT_43
#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
#else

View File

@ -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 {