diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-09-30 18:13:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-09-30 18:13:18 +0000 |
| commit | 4a2aa5d054092599cb7525a066389d337246a3a4 (patch) | |
| tree | a3c63eb0189a3dbcfea1fa187268c628d32043ba /sys/kern/subr_unit.c | |
| parent | 88ef2880c1664c7a5f3af44b5bbdb619403dd29f (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_unit.c')
| -rw-r--r-- | sys/kern/subr_unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |
