freebsd-src/include
Bruce Evans b245b90a64 Declare size_t and ssize_t if they are not already declared, so that
<kvm.h> is self-sufficient again.

Moved typedefs and forward struct declarations out of __BEGIN_DECLS/
__END_DECLS.

Don't comment out the prototype for kvm_uread().  This was a 4 year
old kludge for previous breakage of self-sufficiency.  The prototypwe
was broken instead.

Fixed bitrot (const poisoning) in the type of kvm_uread().

Fixed order of the declaration of kvm_uread().
1998-12-16 18:59:47 +00:00
..
arpa
protocols 64bit clean now 1998-11-08 08:27:16 +00:00
rpc #ifdef out DES ioctls which don't exist in FreeBSD. These originated 1998-09-26 01:29:51 +00:00
rpcsvc Make rcsid a const char[] instead of char[] to avoid compiler warnings 1998-12-06 08:15:08 +00:00
_ctype.h
a.out.h
ar.h
assert.h
bitstring.h
ctype.h
db.h
dirent.h
disktab.h
dlfcn.h
elf-hints.h Add hints file structures and defines. 1998-09-05 00:53:53 +00:00
elf.h Add hints file structures and defines. 1998-09-05 00:53:53 +00:00
err.h Don't forget to use the appropriate __printf*like attribute for verr* 1998-11-22 05:12:27 +00:00
fnmatch.h
fstab.h
fts.h
glob.h
grp.h
histedit.h
iso646.h Fixed garbage after comment after #endif. Fixed reversed sense of same 1998-08-03 10:59:02 +00:00
kvm.h Declare size_t and ssize_t if they are not already declared, so that 1998-12-16 18:59:47 +00:00
limits.h
link.h
locale.h
Makefile Don't even think about using a sysctl to build osreldate.h, since this 1998-10-17 15:52:48 +00:00
malloc.h
math.h
memory.h
mpool.h
ndbm.h
netdb.h
nl_types.h
nlist.h
objformat.h Add a new library function getobjformat(). It checks all the 1998-09-09 01:21:25 +00:00
paths.h Move auth.conf path in here. Doesn't affect published interface. 1998-10-09 07:34:47 +00:00
pthread.h Add support for pthread_mutexattr_settype(). As a side effect of 1998-11-28 23:52:58 +00:00
pthread_np.h
pwd.h
ranlib.h
regex.h
regexp.h
resolv.h Remove the extern decl of ``h_errno''. It's already 1998-09-07 19:54:08 +00:00
rune.h
runetype.h
setjmp.h
sgtty.h
signal.h Add the prototype for sigwait(). 1998-08-25 11:08:22 +00:00
stab.h
stddef.h
stdio.h Make this protototype of mmap return void *, like two other copies. 1998-12-14 19:23:16 +00:00
stdlib.h Add reallocf to the library. This function is simliar to realloc, but 1998-09-14 20:34:34 +00:00
strhash.h
string.h
stringlist.h
strings.h
struct.h
sysexits.h
tar.h
time.h Change return type of strptime from const char* to char*. 1998-09-12 21:13:29 +00:00
timepps.h
timers.h
ttyent.h MF22: prototype fix. 1998-07-16 00:10:14 +00:00
unistd.h Fixed whitespace lossage and long lines in previous commit. 1998-07-11 13:25:09 +00:00
utime.h
utmp.h
vis.h