Deleted Added
full compact
ibcs2_proto.h (13338) ibcs2_proto.h (24384)
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 Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
5 * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
6 */
7
8#ifndef _IBCS2_SYSPROTO_H_
9#define _IBCS2_SYSPROTO_H_
10
6 */
7
8#ifndef _IBCS2_SYSPROTO_H_
9#define _IBCS2_SYSPROTO_H_
10
11#include <sys/types.h>
12#include <sys/param.h>
13#include <sys/mount.h>
11#include <sys/signal.h>
14
15struct ibcs2_read_args {
16 int fd;
17 char * buf;
18 u_int nbytes;
19};
20struct ibcs2_open_args {
21 char * path;

--- 311 unchanged lines hidden ---
12
13struct ibcs2_read_args {
14 int fd;
15 char * buf;
16 u_int nbytes;
17};
18struct ibcs2_open_args {
19 char * path;

--- 311 unchanged lines hidden ---