freebsd-dev/include
Bill Paul 813907f9ec Invoke rpcgen with -C so that headers are created with ANSI prototypes.
Note: this may cause some problems in a few cases. With very old versions
of rpcgen, if you defined a procedure called foo, then rpcen would create
client stubs for function foo_1() and server stubs _also_ with function
foo_1(). This only worked because of the lack of ANSI prototypes: the
client side stub takes different arguments than the server side stub.
(The client side takes a CLIENT * handle, while the server side wants
an svc_req *.)

To fix this conflict, rpcgen in ANSI mode generates foo_1() for the client
and foo_1_svc() for the server. RPC server code that depends on the old
behavior might break because of this. (Fixing it is just a matter of
adding the _svc suffix onto the server procedure names.)
1998-01-19 17:19:09 +00:00
..
arpa Declare the various 2-byte values in TFTP as being `unsigned short'. 1997-10-19 16:48:50 +00:00
protocols Translated to `C' - commented out #ident. 1998-01-16 10:31:46 +00:00
rpc Null change to attach the correct log message for the previous commit: 1998-01-16 11:47:51 +00:00
rpcsvc Invoke rpcgen with -C so that headers are created with ANSI prototypes. 1998-01-19 17:19:09 +00:00
_ctype.h Oops, fix typo in istype definition 1997-09-27 04:30:50 +00:00
a.out.h
ar.h
assert.h
bitstring.h
ctype.h Oops, fix typo in istype definition 1997-09-27 04:30:50 +00:00
db.h
dirent.h
disktab.h
elf-hints.h Fill out the ELF header files to make them more or less complete. 1997-05-21 23:07:31 +00:00
elf.h Fill out the ELF header files to make them more or less complete. 1997-05-21 23:07:31 +00:00
err.h
fnmatch.h
fstab.h
fts.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
glob.h
grp.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
histedit.h Update histedit.h to match the new libedit. 1997-06-25 09:47:31 +00:00
kvm.h
limits.h Don't include sys/syslimits.h if _ANSI_SOURCE is defined. 1997-12-27 22:56:41 +00:00
link.h Move nlist related defines from link.h into nlist.h. Clean up 1997-12-06 17:59:52 +00:00
locale.h
Makefile unborkify osreldate.h install (change \ to / - someone was in DOS mode! ;) 1998-01-02 09:39:12 +00:00
malloc.h
math.h
memory.h
mpool.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
ndbm.h
netdb.h Make this compile with the -traditional cc flag. 1997-08-16 23:32:42 +00:00
nl_types.h
nlist.h Move nlist related defines from link.h into nlist.h. Clean up 1997-12-06 17:59:52 +00:00
paths.h
pthread_np.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
pthread.h Changed pthread_detach to conform to POSIX, i.e. the single argument 1997-12-25 05:07:20 +00:00
pwd.h
ranlib.h
regex.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
regexp.h
resolv.h Add "options no_tld_query" to resolv.conf. 1997-09-01 01:19:23 +00:00
rune.h
runetype.h
setjmp.h Move _JBLEN definition to <machine/setjmp.h> like on NetBSD. Remove 1998-01-11 03:46:26 +00:00
sgtty.h
signal.h Added missing declaration of signanosleep(). 1998-01-16 12:44:20 +00:00
stab.h
stddef.h
stdio.h Added missing caddr_t --> void * conversions for sys/mman.h functions. 1998-01-01 17:07:46 +00:00
stdlib.h Move machine/types.h to non-standard section 1997-06-14 10:45:25 +00:00
strhash.h
string.h
stringlist.h Add stringlist functions from NetBSD. (required for the new ftp(1) 1997-06-25 08:04:52 +00:00
strings.h
struct.h
sysexits.h
tar.h
time.h Import strptime(3) into libc. We've got permission by Kevin Ruddy to 1997-08-09 15:43:59 +00:00
timers.h
ttyent.h Fixed spelling of isnetworktty. 1997-04-14 13:33:20 +00:00
unistd.h Change usleep return type from void to int to match OpenGroup specs. 1997-10-22 10:57:54 +00:00
utime.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
utmp.h Back out all of yesterdays include file changes. 1997-05-07 20:01:10 +00:00
vis.h