remove redundant declaration of tvtohz(). It's declared in <sys/timevar.h>.
Makes i386 ALL kernel build again.
This commit is contained in:
parent
3e3b9ce9de
commit
f2b690d08e
|
@ -61,8 +61,6 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_entry);
|
|||
|
||||
#define device_get_nameunit(dev) (dev)->dv_xname
|
||||
|
||||
int tvtohz(struct timeval *tv);
|
||||
|
||||
/* FreeBSD Loadable Kernel Module commands that have NetBSD counterparts */
|
||||
#define MOD_LOAD LKM_E_LOAD
|
||||
#define MOD_UNLOAD LKM_E_UNLOAD
|
||||
|
|
Loading…
Reference in New Issue