From 378233caac581392586640b017cf8ddee870579d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 10 Dec 1995 13:45:30 +0000 Subject: Last commit this round: Staticize. we are now down to about 1146 symbols being global, of which I estimate that about 100 are validly so. --- sys/sys/linedisc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/sys/linedisc.h') diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h index d29f7e0..0c41f31 100644 --- a/sys/sys/linedisc.h +++ b/sys/sys/linedisc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.3 (Berkeley) 1/21/94 - * $Id: conf.h,v 1.24 1995/12/05 19:53:14 bde Exp $ + * $Id: conf.h,v 1.25 1995/12/08 11:19:24 julian Exp $ */ #ifndef _SYS_CONF_H_ @@ -211,7 +211,6 @@ int iskmemdev __P((dev_t dev)); int iszerodev __P((dev_t dev)); int register_cdev __P((const char *name, const struct cdevsw *cdp)); void setconf __P((void)); -int setdumpdev __P((dev_t)); int unregister_cdev __P((const char *name, const struct cdevsw *cdp)); #endif /* KERNEL */ -- cgit v1.1