Date: Thu, 26 Feb 2009 20:32:11 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/librpcsvc rnusers.c rstat.c rwall.c secretkey.c xcrypt.c Message-ID: <200902262032.n1QKWHLt038608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-02-26 20:32:11 UTC FreeBSD src repository Modified files: lib/librpcsvc rnusers.c rstat.c rwall.c secretkey.c xcrypt.c Log: SVN rev 189087 on 2009-02-26 20:32:11Z by ed 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> Revision Changes Path 1.4 +2 -5 src/lib/librpcsvc/rnusers.c 1.5 +2 -5 src/lib/librpcsvc/rstat.c 1.4 +1 -3 src/lib/librpcsvc/rwall.c 1.4 +1 -4 src/lib/librpcsvc/secretkey.c 1.7 +6 -19 src/lib/librpcsvc/xcrypt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902262032.n1QKWHLt038608>