Subject: CVS commit: src/lib/libradius
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/16/2005 10:34:25
Module Name: src
Committed By: he
Date: Wed Mar 16 10:34:25 UTC 2005
Modified Files:
src/lib/libradius: radlib.c
Log Message:
GCC 2.95.3 doesn't like macros to be called with no argument when
the definition has an argument. Cheesily add a 0 argument to the
srandomdev() invocation (which gets defined as null on NetBSD).
Restores our vax port to a buildable state.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libradius/radlib.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.