Deleted Added
full compact
linux_proto.h (68583) linux_proto.h (69081)
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 68583 2000-11-10 21:30:19Z marcel $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.36 2000/11/09 07:27:55 marcel Exp
5 * $FreeBSD: head/sys/i386/linux/linux_proto.h 69081 2000-11-23 08:55:30Z marcel $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.38 2000/11/23 08:53:19 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>

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

317struct linux_ipc_args {
318 int what; char what_[PAD_(int)];
319 int arg1; char arg1_[PAD_(int)];
320 int arg2; char arg2_[PAD_(int)];
321 int arg3; char arg3_[PAD_(int)];
322 caddr_t ptr; char ptr_[PAD_(caddr_t)];
323};
324struct linux_sigreturn_args {
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13
14#include <sys/acl.h>

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

317struct linux_ipc_args {
318 int what; char what_[PAD_(int)];
319 int arg1; char arg1_[PAD_(int)];
320 int arg2; char arg2_[PAD_(int)];
321 int arg3; char arg3_[PAD_(int)];
322 caddr_t ptr; char ptr_[PAD_(caddr_t)];
323};
324struct linux_sigreturn_args {
325 struct linux_sigcontext * scp; char scp_[PAD_(struct linux_sigcontext *)];
325 struct linux_sigframe * sfp; char sfp_[PAD_(struct linux_sigframe *)];
326};
327struct linux_clone_args {
328 int flags; char flags_[PAD_(int)];
329 void * stack; char stack_[PAD_(void *)];
330};
331struct linux_newuname_args {
332 struct linux_new_utsname * buf; char buf_[PAD_(struct linux_new_utsname *)];
333};

--- 361 unchanged lines hidden ---
326};
327struct linux_clone_args {
328 int flags; char flags_[PAD_(int)];
329 void * stack; char stack_[PAD_(void *)];
330};
331struct linux_newuname_args {
332 struct linux_new_utsname * buf; char buf_[PAD_(struct linux_new_utsname *)];
333};

--- 361 unchanged lines hidden ---