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

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) \