aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/kernel.h')
-rw-r--r--sys/sys/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index fe340c9e64c5..0f09cdee59f0 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -295,7 +295,7 @@ extern struct linker_set execsw_set;
struct intr_config_hook {
- TAILQ_ENTRY(intr_config_hook) ich_links;
+ TAILQ_ENTRY(struct intr_config_hook) ich_links;
void (*ich_func) __P((void *arg));
void *ich_arg;
};