remove redundant declaration of tvtohz(). It's declared in <sys/timevar.h>.

Makes i386 ALL kernel build again.
This commit is contained in:
cegger 2008-07-17 13:35:07 +00:00
parent 3e3b9ce9de
commit f2b690d08e
1 changed files with 0 additions and 2 deletions

View File

@ -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