From bb8f3ed0958a8af0641308f1e71dbf88ad796d09 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 24 Nov 2007 23:12:36 +0000 Subject: [PATCH] Remove old prototypes of consinit() (which was removed along with pcvt(4)) and usrinfoinit() (which was removed from FreeBSD before we forked). --- sys/sys/systm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 1878dbcff7..8d279bb338 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -37,7 +37,7 @@ * * @(#)systm.h 8.7 (Berkeley) 3/29/95 * $FreeBSD: src/sys/sys/systm.h,v 1.111.2.18 2002/12/17 18:04:02 sam Exp $ - * $DragonFly: src/sys/sys/systm.h,v 1.75 2007/11/14 18:27:52 swildner Exp $ + * $DragonFly: src/sys/sys/systm.h,v 1.76 2007/11/24 23:12:36 swildner Exp $ */ #ifndef _SYS_SYSTM_H_ @@ -258,10 +258,8 @@ void adjust_timeout_calltodo (struct timeval *time_change); /* Initialize the world */ void mi_startup (void); -void consinit (void); void cpu_initclocks (void *arg __unused); void nchinit (void); -void usrinfoinit (void); /* Finalize the world. */ void shutdown_nice (int); -- 2.11.4.GIT