freebsd-dev/lib/librpcsvc
Ed Schouten e0e0f30f42 Use ANSI function declarations in librpcsvc.
When compiling librpcsvc with LLVM, we get a compiler error, because
hexval() uses an ANSI prototype, but a K&R declaration. I could have
just changed hexval(), but I'd rather keep this consistent. It's not
that much code.

Submitted by:	Pawel Worach <pawel worach gmail com>
2009-02-26 20:32:11 +00:00
..
Makefile set WARNS to 1: with WARNS=2 an aliasing error in a file generated by 2008-02-05 20:03:45 +00:00
rnusers.c Use ANSI function declarations in librpcsvc. 2009-02-26 20:32:11 +00:00
rstat.c Use ANSI function declarations in librpcsvc. 2009-02-26 20:32:11 +00:00
rwall.c Use ANSI function declarations in librpcsvc. 2009-02-26 20:32:11 +00:00
secretkey.c Use ANSI function declarations in librpcsvc. 2009-02-26 20:32:11 +00:00
xcrypt.c Use ANSI function declarations in librpcsvc. 2009-02-26 20:32:11 +00:00
yp_passwd.c
yp_update.c