aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_ustat.h
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-10-10 07:59:30 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-10-10 07:59:30 +0000
commit9e03db613c66bb944c6dcc3ea653fcbd54d37096 (patch)
tree81a969abda60acfc5b1785850773a90772c8c462 /sys/i386/ibcs2/ibcs2_ustat.h
parent3e174373d3af7e3fd0fee4899cb815656b09934a (diff)
downloadsrc-9e03db613c66bb944c6dcc3ea653fcbd54d37096.tar.gz
src-9e03db613c66bb944c6dcc3ea653fcbd54d37096.zip
Remove old files no longer needed.
Add new files created for emulator. Modify NetBSD import to work with FreeBSD and add new features and code. The complete emulator is essentially a combination of work/code implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself, Steven Wallace. Features of this new emulator system include: o "clean" code, including strict prototyping. o Auto-generation of ibcs2 system calls, xenix system calls, isc system calls. Generation includes system tables, structure definitions, and prototyping of function calls. o ibcs2 emulator does not rely on any COMPAT_43 system calls. o embedded socksys support o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel o alternate /emul/ibcs2 namespace searched first for files in ibcs2 system. Usefull to keep sysv libraries, binaries in /emul/ibcs2. o many other finer details and functions fixed or implemented.
Notes
Notes: svn path=/head/; revision=11397
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_ustat.h')
-rw-r--r--sys/i386/ibcs2/ibcs2_ustat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_ustat.h b/sys/i386/ibcs2/ibcs2_ustat.h
index 03c714635918..9bbad51aa2ae 100644
--- a/sys/i386/ibcs2/ibcs2_ustat.h
+++ b/sys/i386/ibcs2/ibcs2_ustat.h
@@ -33,7 +33,7 @@
#ifndef _IBCS2_USTAT_H
#define _IBCS2_USTAT_H 1
-#include <compat/ibcs2/ibcs2_types.h>
+#include <i386/ibcs2/ibcs2_types.h>
struct ibcs2_ustat {
long f_tfree;