summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/xcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ANSI function declarations in librpcsvc.ed2009-02-261-19/+6
| | | | | | | | | 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>
* Fix incorrect handling of malloc failuresmatteo2008-02-041-2/+6
| | | | | PR: bin/83369 MFC after: 1 week
* Initialise `hex' at the top of the file, ISO C requires that an array withstefanf2005-05-311-6/+5
| | | | internal linkage has a complete type.
* Remove __P() usage.obrien2002-03-211-4/+4
|
* Add __FBSDID()s to librpcsvcdillon2001-09-301-6/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r26213,wpaul1997-05-281-0/+192
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud