gno/include/sys
gdr-ftp 4e1bec2062 stdio.h:
Changed some '0' constants to '0L'.  Probably not necessary, but
	consider it paranoia from earlier ORCA/C bugs.

sys/syslog.h:
	These changes reflect the new implementation for syslog(3) and
	friends.  The biggest change is that the facility/priority (which
	is encoded as a single number) requires 32 bits, so has been moved
	from an int value to a long value.

	This means that any programs using syslog(3) cannot merely be
	relinked, but will need to be recompiled.

	This file also contained various constants coded as bitshift
	values, like (4<<3).  ORCA/C can't handle this in the context
	of a constant initializer, so these constants have been resolved
	and changed to single hex values.  The originals are left in
	comments.

sys/uio.h:
	- #include <sys/types.h> if it has not already been done.
	- change the return value of readv/writev back from size_t to
	  ssize_t.  I don't recall why they were originally changed,
	  given that they weren't implemented and BSD uses ssize_t.
1998-06-24 00:12:32 +00:00
..
cdefs.h initial checkin of header files 1997-02-28 04:42:19 +00:00
dirent.h initial checkin of header files 1997-02-28 04:42:19 +00:00
errno.h initial checkin of header files 1997-02-28 04:42:19 +00:00
fcntl.h added F_GETFL flag 1997-09-05 05:52:28 +00:00
file.h initial checkin. This is provided for compatibility with old BSD sources 1997-10-30 02:13:59 +00:00
filio.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ioccom.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ioctl.compat.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ioctl.h initial checkin of header files 1997-02-28 04:42:19 +00:00
mount.h initial checkin of header files 1997-02-28 04:42:19 +00:00
param.h added in some checks to ensure that __GNO__ is defined when necessary 1997-02-28 04:56:45 +00:00
ports.h initial checkin of header files 1997-02-28 04:42:19 +00:00
queue.h initial checkin 1997-05-12 05:02:03 +00:00
select.h initial checkin of header files 1997-02-28 04:42:19 +00:00
signal.h Changed NSIG to 32 vice 31; sys_siglist is a character array from zero 1997-07-28 02:55:56 +00:00
socket.h initial checkin of header files 1997-02-28 04:42:19 +00:00
sockio.h initial checkin of header files 1997-02-28 04:42:19 +00:00
stat.h initial checkin of header files 1997-02-28 04:42:19 +00:00
syslimits.h initial checkin of header files 1997-02-28 04:42:19 +00:00
syslog.h stdio.h: 1998-06-24 00:12:32 +00:00
termios.h initial checkin of header files 1997-02-28 04:42:19 +00:00
time.h initial checkin of header files 1997-02-28 04:42:19 +00:00
times.h initial checkin of header files 1997-02-28 04:42:19 +00:00
tty.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ttychars.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ttycom.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ttydefaults.h initial checkin of header files 1997-02-28 04:42:19 +00:00
ttydev.h initial checkin of header files 1997-02-28 04:42:19 +00:00
types.h initial checkin of header files 1997-02-28 04:42:19 +00:00
uio.h stdio.h: 1998-06-24 00:12:32 +00:00
unistd.h initial checkin of header files 1997-02-28 04:42:19 +00:00
utsname.h - initial checkin of <sys/utsname.h>. No diffs from the BSD version 1998-02-16 22:46:44 +00:00
wait.h added in some checks to ensure that __GNO__ is defined when necessary 1997-02-28 04:56:45 +00:00