Fix a minor buglet/typo here that gcc3 complains about.
This commit is contained in:
parent
7ba76aa915
commit
4b53602153
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user