From 4a2aa5d054092599cb7525a066389d337246a3a4 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 30 Sep 2004 18:13:18 +0000 Subject: [PATCH] Fix a typo to fix the !DIAGNOSTIC build. Submitted by: many --- sys/kern/subr_unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_unit.c b/sys/kern/subr_unit.c index 7561a472d385..aa4569e43c7a 100644 --- a/sys/kern/subr_unit.c +++ b/sys/kern/subr_unit.c @@ -162,7 +162,7 @@ check_unrhdr(struct unrhdr *uh, int line) #else static __inline void -check_unrhdr(struct unhdr *uh, int line) +check_unrhdr(struct unrhdr *uh, int line) { }