diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-01-08 04:34:54 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-08 04:34:54 +0000 |
commit | 1529bb2d553e0e64a892483bd01a1e8a2e8151f9 (patch) | |
tree | 91e0cf7fc7ee402efb128f3694367f2cdd452490 /sys/i386/ibcs2/ibcs2_xenix_sysent.c | |
parent | 7f75db1cce05bf603222957f8cedf3d9bc2f594d (diff) |
reran makesyscalls
Always call the SYSV ipc functions, stubs will take their place if
necessary.
Notes
Notes:
svn path=/head/; revision=13334
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix_sysent.c')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_xenix_sysent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix_sysent.c b/sys/i386/ibcs2/ibcs2_xenix_sysent.c index fdffa3ac4cea..93d599b0fb81 100644 --- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c +++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.xenix,v 1.1 1995/10/06 15:12:52 swallace Exp + * created from Id: syscalls.xenix,v 1.1 1995/10/10 07:59:29 swallace Exp */ #include <sys/types.h> |