Regenerate after changing makesyscalls.sh.
This commit is contained in:
parent
e6a77237d3
commit
9984ce1b48
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user