freebsd-nq/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
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
a.out.h
ar.h
assert.h
bitstring.h
ctype.h
db.h
dirent.h
disktab.h
elf-hints.h
elf.h
err.h
fnmatch.h
fstab.h
fts.h
glob.h
grp.h
histedit.h
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
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
ndbm.h
netdb.h
nl_types.h
nlist.h
paths.h
pthread_np.h
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
regexp.h
resolv.h
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
strhash.h
string.h
stringlist.h
strings.h
struct.h
sysexits.h
tar.h
time.h
timers.h
ttyent.h
unistd.h
utime.h
utmp.h
vis.h