Deleted Added
full compact
ibcs2_proto.h (50482) ibcs2_proto.h (60290)
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 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.9 1999/08/28 00:44:02 peter Exp
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_proto.h 60290 2000-05-09 21:52:02Z bde $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.10 2000/05/09 17:54:30 bde Exp
6 */
7
8#ifndef _IBCS2_SYSPROTO_H_
9#define _IBCS2_SYSPROTO_H_
10
11#include <sys/signal.h>
12
7 */
8
9#ifndef _IBCS2_SYSPROTO_H_
10#define _IBCS2_SYSPROTO_H_
11
12#include <sys/signal.h>
13
14#include <sys/acl.h>
15
13struct proc;
14
15#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
16 0 : sizeof(register_t) - sizeof(t))
17
18struct ibcs2_read_args {
19 int fd; char fd_[PAD_(int)];
20 char * buf; char buf_[PAD_(char *)];

--- 317 unchanged lines hidden ---
16struct proc;
17
18#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
19 0 : sizeof(register_t) - sizeof(t))
20
21struct ibcs2_read_args {
22 int fd; char fd_[PAD_(int)];
23 char * buf; char buf_[PAD_(char *)];

--- 317 unchanged lines hidden ---