#endif
int incr; char incr_[PAD_(int)];
};
-struct ovadvise_args {
-#ifdef _KERNEL
- struct sysmsg sysmsg;
-#endif
- int anom; char anom_[PAD_(int)];
-};
struct munmap_args {
#ifdef _KERNEL
struct sysmsg sysmsg;
int fd; char fd_[PAD_(int)];
long pos; char pos_[PAD_(long)];
};
+struct ovadvise_args {
+#ifdef _KERNEL
+ struct sysmsg sysmsg;
+#endif
+ int anom; char anom_[PAD_(int)];
+};
struct gethostname_args {
#ifdef _KERNEL
struct sysmsg sysmsg;
int sys_ogetkerninfo (struct getkerninfo_args *);
int sys_ogetpagesize (struct getpagesize_args *);
int sys_ommap (struct ommap_args *);
+int sys_ovadvise (struct ovadvise_args *);
int sys_owait (struct owait_args *);
int sys_ogethostname (struct gethostname_args *);
int sys_osethostname (struct sethostname_args *);
int sys_vfork (struct vfork_args *);
int sys_sbrk (struct sbrk_args *);
int sys_sstk (struct sstk_args *);
-int sys_ovadvise (struct ovadvise_args *);
int sys_munmap (struct munmap_args *);
int sys_mprotect (struct mprotect_args *);
int sys_madvise (struct madvise_args *);