summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-04-07 14:22:38 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-04-07 14:22:38 +0000
commitba4a8a92d13805a460980d127ac974f6b2a61e62 (patch)
treeb3a81f75eee97bb82a53a7fb97760ba95d0af5cb /sys/compat
parent9fb7bf55841ffa941c8409364bedc218edc393bd (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/freebsd32_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_util.h b/sys/compat/freebsd32/freebsd32_util.h
index 1e52eda4b648..8f9461248a47 100644
--- a/sys/compat/freebsd32/freebsd32_util.h
+++ b/sys/compat/freebsd32/freebsd32_util.h
@@ -61,7 +61,7 @@ static struct syscall_module_data name##_syscall32_mod = { \
}; \
\
static moduledata_t name##32_mod = { \
- #name, \
+ "sys32/" #name, \
syscall32_module_handler, \
&name##_syscall32_mod \
}; \