gno/include
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
..
arpa changes submitted by Derek Taubert: 1997-11-01 19:06:22 +00:00
gno kerntool.h: 1998-04-29 03:05:40 +00:00
machine initial checkin of header files 1997-02-28 04:42:19 +00:00
net netif.h: 1998-06-22 06:48:55 +00:00
netinet initial checkin of header files 1997-02-28 04:42:19 +00:00
protocols initial checkin of header files 1997-02-28 04:42:19 +00:00
rpc initial checkin of header files 1997-02-28 04:42:19 +00:00
sys stdio.h: 1998-06-24 00:12:32 +00:00
ctype.h Changed this file so that one could get function prototypes in effect 1997-09-24 06:39:23 +00:00
curses.h initial checkin of header files 1997-02-28 04:42:19 +00:00
db.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
err.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 initial checkin of header files 1997-02-28 04:42:19 +00:00
fnmatch.h initial checkin of header files 1997-02-28 04:42:19 +00:00
fts.h don't use FTS_WHITEOUT for GNO (yet) 1997-12-21 19:57:19 +00:00
glob.h initial checkin of header files 1997-02-28 04:42:19 +00:00
grp.h initial checkin of header files 1997-02-28 04:42:19 +00:00
histedit.h added histedit.h -- interface for libedit.a 1997-04-28 04:55:49 +00:00
libutil.h initial checkin of header files 1997-02-28 04:42:19 +00:00
limits.h initial checkin of header files 1997-02-28 04:42:19 +00:00
locale.h locale.h rune.h runetype.h: 1998-04-10 21:19:40 +00:00
math.h - replaced modified ORCA stdio.h with modified BSD version 1997-09-05 05:54:01 +00:00
netdb.h initial checkin of header files 1997-02-28 04:42:19 +00:00
paths.h initial checkin of header files 1997-02-28 04:42:19 +00:00
pwd.h initial checkin of header files 1997-02-28 04:42:19 +00:00
regex.h added cvs identifier and conditional on system #include 1997-10-07 15:00:23 +00:00
regexp.h initial checkin of header files 1997-02-28 04:42:19 +00:00
resolv.h changes submitted by Derek Taubert: 1997-11-01 19:06:22 +00:00
rune.h locale.h rune.h runetype.h: 1998-04-10 21:19:40 +00:00
runetype.h locale.h rune.h runetype.h: 1998-04-10 21:19:40 +00:00
sane.h - replaced modified ORCA stdio.h with modified BSD version 1997-09-05 05:54:01 +00:00
setjmp.h initial checkin of header files 1997-02-28 04:42:19 +00:00
sgtty.h initial checkin of header files 1997-02-28 04:42:19 +00:00
signal.h initial checkin of header files 1997-02-28 04:42:19 +00:00
stddef.h initial checkin of header files 1997-02-28 04:42:19 +00:00
stdio.h stdio.h: 1998-06-24 00:12:32 +00:00
stdlib.h stdlib.h: 1998-03-25 03:53:34 +00:00
string.h initial checkin of header files 1997-02-28 04:42:19 +00:00
syslog.h initial checkin of header files 1997-02-28 04:42:19 +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
ttyent.h initial checkin of header files 1997-02-28 04:42:19 +00:00
types.h If __USE_DYNAMIC_GSSTRING__ is #defined prior to the inclusion of 1997-10-30 02:13:13 +00:00
unistd.h initial checkin of header files 1997-02-28 04:42:19 +00:00
utime.h initial checkin of header files 1997-02-28 04:42:19 +00:00
utmp.h initial checkin of header files 1997-02-28 04:42:19 +00:00