Deleted Added
full compact
linux_proto.h (83366) linux_proto.h (84070)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_proto.h 83366 2001-09-12 08:38:13Z julian $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.43 2001/09/08 18:48:40 marcel Exp
5 * $FreeBSD: head/sys/i386/linux/linux_proto.h 84070 2001-09-28 01:32:27Z marcel $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.44 2001/09/28 01:30:59 marcel Exp
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13
14#include <sys/acl.h>

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

377 register_t dummy;
378};
379struct linux_get_kernel_syms_args {
380 register_t dummy;
381};
382struct linux_quotactl_args {
383 register_t dummy;
384};
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13
14#include <sys/acl.h>

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

377 register_t dummy;
378};
379struct linux_get_kernel_syms_args {
380 register_t dummy;
381};
382struct linux_quotactl_args {
383 register_t dummy;
384};
385struct linux_getpgid_args {
386 char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
387};
388struct linux_bdflush_args {
389 register_t dummy;
390};
391struct linux_sysfs_args {
392 char option_l_[PADL_(l_int)]; l_int option; char option_r_[PADR_(l_int)];
393 char arg1_l_[PADL_(l_ulong)]; l_ulong arg1; char arg1_r_[PADR_(l_ulong)];
394 char arg2_l_[PADL_(l_ulong)]; l_ulong arg2; char arg2_r_[PADR_(l_ulong)];
395};

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

732int linux_modify_ldt __P((struct thread *, struct linux_modify_ldt_args *));
733int linux_adjtimex __P((struct thread *, struct linux_adjtimex_args *));
734int linux_sigprocmask __P((struct thread *, struct linux_sigprocmask_args *));
735int linux_create_module __P((struct thread *, struct linux_create_module_args *));
736int linux_init_module __P((struct thread *, struct linux_init_module_args *));
737int linux_delete_module __P((struct thread *, struct linux_delete_module_args *));
738int linux_get_kernel_syms __P((struct thread *, struct linux_get_kernel_syms_args *));
739int linux_quotactl __P((struct thread *, struct linux_quotactl_args *));
385struct linux_bdflush_args {
386 register_t dummy;
387};
388struct linux_sysfs_args {
389 char option_l_[PADL_(l_int)]; l_int option; char option_r_[PADR_(l_int)];
390 char arg1_l_[PADL_(l_ulong)]; l_ulong arg1; char arg1_r_[PADR_(l_ulong)];
391 char arg2_l_[PADL_(l_ulong)]; l_ulong arg2; char arg2_r_[PADR_(l_ulong)];
392};

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

729int linux_modify_ldt __P((struct thread *, struct linux_modify_ldt_args *));
730int linux_adjtimex __P((struct thread *, struct linux_adjtimex_args *));
731int linux_sigprocmask __P((struct thread *, struct linux_sigprocmask_args *));
732int linux_create_module __P((struct thread *, struct linux_create_module_args *));
733int linux_init_module __P((struct thread *, struct linux_init_module_args *));
734int linux_delete_module __P((struct thread *, struct linux_delete_module_args *));
735int linux_get_kernel_syms __P((struct thread *, struct linux_get_kernel_syms_args *));
736int linux_quotactl __P((struct thread *, struct linux_quotactl_args *));
740int linux_getpgid __P((struct thread *, struct linux_getpgid_args *));
741int linux_bdflush __P((struct thread *, struct linux_bdflush_args *));
742int linux_sysfs __P((struct thread *, struct linux_sysfs_args *));
743int linux_personality __P((struct thread *, struct linux_personality_args *));
744int linux_setfsuid16 __P((struct thread *, struct linux_setfsuid16_args *));
745int linux_setfsgid16 __P((struct thread *, struct linux_setfsgid16_args *));
746int linux_llseek __P((struct thread *, struct linux_llseek_args *));
747int linux_getdents __P((struct thread *, struct linux_getdents_args *));
748int linux_select __P((struct thread *, struct linux_select_args *));

--- 65 unchanged lines hidden ---
737int linux_bdflush __P((struct thread *, struct linux_bdflush_args *));
738int linux_sysfs __P((struct thread *, struct linux_sysfs_args *));
739int linux_personality __P((struct thread *, struct linux_personality_args *));
740int linux_setfsuid16 __P((struct thread *, struct linux_setfsuid16_args *));
741int linux_setfsgid16 __P((struct thread *, struct linux_setfsgid16_args *));
742int linux_llseek __P((struct thread *, struct linux_llseek_args *));
743int linux_getdents __P((struct thread *, struct linux_getdents_args *));
744int linux_select __P((struct thread *, struct linux_select_args *));

--- 65 unchanged lines hidden ---