freebsd-dev/sys/i386/ibcs2
Bruce Evans b9dcd593ff Fixed type mismatches for functions with args of type vm_prot_t and/or
vm_inherit_t.  These types are smaller than ints, so the prototypes
should have used the promoted type (int) to match the old-style function
definitions.  They use just vm_prot_t and/or vm_inherit_t.  This depends
on gcc features to work.  I fixed the definitions since this is easiest.
The correct fix may be to change the small types to u_int, to optimize
for time instead of space.
1997-08-25 22:15:31 +00:00
..
coff.h
ibcs2_dirent.h
ibcs2_errno.c
ibcs2_errno.h
ibcs2_fcntl.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_fcntl.h
ibcs2_ioctl.c
ibcs2_ioctl.h
ibcs2_ipc.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_ipc.h
ibcs2_isc_syscall.h
ibcs2_isc_sysent.c
ibcs2_isc.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_misc.c Fixed a pedantic syntax error (case labels without a statement). 1997-08-25 21:56:23 +00:00
ibcs2_mount.h
ibcs2_msg.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_other.c Removed an unused variable. 1997-08-25 21:57:55 +00:00
ibcs2_poll.h
ibcs2_proto.h
ibcs2_signal.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_signal.h
ibcs2_socksys.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_socksys.h
ibcs2_stat.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_stat.h
ibcs2_statfs.h
ibcs2_stropts.h
ibcs2_syscall.h
ibcs2_sysent.c
ibcs2_sysi86.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_sysvec.c
ibcs2_termios.h
ibcs2_time.h
ibcs2_types.h
ibcs2_unistd.h
ibcs2_ustat.h
ibcs2_util.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_util.h Added an XXX comment. 1997-08-25 22:02:22 +00:00
ibcs2_utime.h
ibcs2_utsname.h
ibcs2_xenix_syscall.h
ibcs2_xenix_sysent.c
ibcs2_xenix.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_xenix.h
imgact_coff.c Fixed type mismatches for functions with args of type vm_prot_t and/or 1997-08-25 22:15:31 +00:00
Makefile
syscalls.conf
syscalls.isc
syscalls.isc.conf
syscalls.master
syscalls.xenix
syscalls.xenix.conf