summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-09-10 01:27:23 +0000
committerpeter <peter@FreeBSD.org>2001-09-10 01:27:23 +0000
commit0eadf02e1c8b0688b14b407e824a0b8d50ac1106 (patch)
tree01e1c916c31c013e23fab7508d1831d11ee611e3 /sys/dev/random
parent38ebacb983de2c783c096ac214b6924eccd09fdd (diff)
downloadFreeBSD-src-0eadf02e1c8b0688b14b407e824a0b8d50ac1106.zip
FreeBSD-src-0eadf02e1c8b0688b14b407e824a0b8d50ac1106.tar.gz
Fix a minor buglet/typo here that gcc3 complains about.
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/randomdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h
index dc6a673..80a61ba 100644
--- a/sys/dev/random/randomdev.h
+++ b/sys/dev/random/randomdev.h
@@ -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) \
OpenPOWER on IntegriCloud