aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-09-10 01:27:23 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-09-10 01:27:23 +0000
commit4b53602153262730892060ec7953b5382e023944 (patch)
tree01e1c916c31c013e23fab7508d1831d11ee611e3 /sys/dev/random/randomdev.h
parent7ba76aa9159de4cde266d1a9c3681b8750583b31 (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.h')
-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 dc6a67366c94..80a61ba18a7d 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) \