From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- sys/sys/conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/sys/conf.h') diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 17844b1..04242b1 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.3 (Berkeley) 1/21/94 - * $Id: conf.h,v 1.8 1995/02/09 13:51:25 davidg Exp $ + * $Id: conf.h,v 1.9 1995/02/25 20:09:36 pst Exp $ */ #ifndef _SYS_CONF_H_ @@ -120,6 +120,7 @@ struct linesw { #ifdef KERNEL extern struct linesw linesw[]; +extern int nlinesw; #endif struct swdevt { -- cgit v1.1