1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix a minor buglet/typo here that gcc3 complains about.

This commit is contained in:
Peter Wemm 2001-09-10 01:27:23 +00:00
parent 7ba76aa915
commit 4b53602153
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83267

View File

@ -70,7 +70,7 @@ u_int read_random_real(void *, u_int);
/* If this was c++, this would be a template */
#define RANDOM_CHECK_UINT(name, min, max) \
static int \
random_check_uint_##name##(SYSCTL_HANDLER_ARGS) \
random_check_uint_##name(SYSCTL_HANDLER_ARGS) \
{ \
if (oidp->oid_arg1 != NULL) { \
if (*(u_int *)(oidp->oid_arg1) < min) \