Deleted Added
full compact
ibcs2_xenix.h (83366) ibcs2_xenix.h (92761)
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/ibcs2/ibcs2_xenix.h 83366 2001-09-12 08:38:13Z julian $
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_xenix.h 92761 2002-03-20 05:48:58Z alfred $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.6 1999/08/28 00:44:02 peter Exp
7 */
8
9#ifndef _IBCS2_XENIX_H_
10#define _IBCS2_XENIX_H_
11
12#include <sys/signal.h>
13

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

77};
78struct ibcs2_rename_args {
79 char * from; char from_[PAD_(char *)];
80 char * to; char to_[PAD_(char *)];
81};
82struct xenix_utsname_args {
83 long addr; char addr_[PAD_(long)];
84};
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.6 1999/08/28 00:44:02 peter Exp
7 */
8
9#ifndef _IBCS2_XENIX_H_
10#define _IBCS2_XENIX_H_
11
12#include <sys/signal.h>
13

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

77};
78struct ibcs2_rename_args {
79 char * from; char from_[PAD_(char *)];
80 char * to; char to_[PAD_(char *)];
81};
82struct xenix_utsname_args {
83 long addr; char addr_[PAD_(long)];
84};
85int xenix_rdchk __P((struct thread *, struct xenix_rdchk_args *));
86int xenix_chsize __P((struct thread *, struct xenix_chsize_args *));
87int xenix_ftime __P((struct thread *, struct xenix_ftime_args *));
88int xenix_nap __P((struct thread *, struct xenix_nap_args *));
89int xenix_scoinfo __P((struct thread *, struct xenix_scoinfo_args *));
90int xenix_eaccess __P((struct thread *, struct xenix_eaccess_args *));
91int ibcs2_sigaction __P((struct thread *, struct ibcs2_sigaction_args *));
92int ibcs2_sigprocmask __P((struct thread *, struct ibcs2_sigprocmask_args *));
93int ibcs2_sigpending __P((struct thread *, struct ibcs2_sigpending_args *));
94int ibcs2_sigsuspend __P((struct thread *, struct ibcs2_sigsuspend_args *));
95int ibcs2_getgroups __P((struct thread *, struct ibcs2_getgroups_args *));
96int ibcs2_setgroups __P((struct thread *, struct ibcs2_setgroups_args *));
97int ibcs2_sysconf __P((struct thread *, struct ibcs2_sysconf_args *));
98int ibcs2_pathconf __P((struct thread *, struct ibcs2_pathconf_args *));
99int ibcs2_fpathconf __P((struct thread *, struct ibcs2_fpathconf_args *));
100int ibcs2_rename __P((struct thread *, struct ibcs2_rename_args *));
101int xenix_utsname __P((struct thread *, struct xenix_utsname_args *));
85int xenix_rdchk(struct thread *, struct xenix_rdchk_args *);
86int xenix_chsize(struct thread *, struct xenix_chsize_args *);
87int xenix_ftime(struct thread *, struct xenix_ftime_args *);
88int xenix_nap(struct thread *, struct xenix_nap_args *);
89int xenix_scoinfo(struct thread *, struct xenix_scoinfo_args *);
90int xenix_eaccess(struct thread *, struct xenix_eaccess_args *);
91int ibcs2_sigaction(struct thread *, struct ibcs2_sigaction_args *);
92int ibcs2_sigprocmask(struct thread *, struct ibcs2_sigprocmask_args *);
93int ibcs2_sigpending(struct thread *, struct ibcs2_sigpending_args *);
94int ibcs2_sigsuspend(struct thread *, struct ibcs2_sigsuspend_args *);
95int ibcs2_getgroups(struct thread *, struct ibcs2_getgroups_args *);
96int ibcs2_setgroups(struct thread *, struct ibcs2_setgroups_args *);
97int ibcs2_sysconf(struct thread *, struct ibcs2_sysconf_args *);
98int ibcs2_pathconf(struct thread *, struct ibcs2_pathconf_args *);
99int ibcs2_fpathconf(struct thread *, struct ibcs2_fpathconf_args *);
100int ibcs2_rename(struct thread *, struct ibcs2_rename_args *);
101int xenix_utsname(struct thread *, struct xenix_utsname_args *);
102
103#ifdef COMPAT_43
104
105
106#endif /* COMPAT_43 */
107
108#undef PAD_
109
110#endif /* !_IBCS2_XENIX_H_ */
102
103#ifdef COMPAT_43
104
105
106#endif /* COMPAT_43 */
107
108#undef PAD_
109
110#endif /* !_IBCS2_XENIX_H_ */