Deleted Added
full compact
sysproto.h (30994) sysproto.h (31778)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp
6 */
7
8#ifndef _SYS_SYSPROTO_H_

--- 1027 unchanged lines hidden (view full) ---

1036int lio_listio __P((struct proc *, struct lio_listio_args *));
1037int yield __P((struct proc *, struct yield_args *));
1038int thr_sleep __P((struct proc *, struct thr_sleep_args *));
1039int thr_wakeup __P((struct proc *, struct thr_wakeup_args *));
1040int mlockall __P((struct proc *, struct mlockall_args *));
1041int munlockall __P((struct proc *, struct munlockall_args *));
1042int __getcwd __P((struct proc *, struct __getcwd_args *));
1043
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp
6 */
7
8#ifndef _SYS_SYSPROTO_H_

--- 1027 unchanged lines hidden (view full) ---

1036int lio_listio __P((struct proc *, struct lio_listio_args *));
1037int yield __P((struct proc *, struct yield_args *));
1038int thr_sleep __P((struct proc *, struct thr_sleep_args *));
1039int thr_wakeup __P((struct proc *, struct thr_wakeup_args *));
1040int mlockall __P((struct proc *, struct mlockall_args *));
1041int munlockall __P((struct proc *, struct munlockall_args *));
1042int __getcwd __P((struct proc *, struct __getcwd_args *));
1043
1044#include "opt_compat.h"
1044#ifdef COMPAT_43
1045
1046struct ocreat_args {
1047 char * path;
1048 int mode;
1049};
1050struct olseek_args {
1051 int fd;

--- 147 unchanged lines hidden ---
1045#ifdef COMPAT_43
1046
1047struct ocreat_args {
1048 char * path;
1049 int mode;
1050};
1051struct olseek_args {
1052 int fd;

--- 147 unchanged lines hidden ---