Deleted Added
full compact
ibcs2_xenix.h (14885) ibcs2_xenix.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.xenix,v 1.1 1995/10/10 07:59:29 swallace Exp
5 * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp
6 */
7
8#ifndef _IBCS2_XENIX_H_
9#define _IBCS2_XENIX_H_
10
6 */
7
8#ifndef _IBCS2_XENIX_H_
9#define _IBCS2_XENIX_H_
10
11#include <sys/types.h>
12#include <sys/param.h>
13#include <sys/mount.h>
11#include <sys/signal.h>
14
15struct xenix_rdchk_args {
16 int fd;
17};
18struct xenix_chsize_args {
19 int fd;
20 long size;
21};

--- 79 unchanged lines hidden ---
12
13struct xenix_rdchk_args {
14 int fd;
15};
16struct xenix_chsize_args {
17 int fd;
18 long size;
19};

--- 79 unchanged lines hidden ---