From bfefd71bbf1b93a547f07e251bfb03042a466128 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 20 Feb 1998 13:46:58 +0000 Subject: Don't depend on "implicit int" or bloat the data section in the declaration of xxx_devsw_installed. --- sys/dev/snp/snp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/snp') diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 7bfb635..4679f01 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -513,7 +513,7 @@ snppoll(dev, events, p) #ifdef DEVFS static void *snp_devfs_token[NSNP]; #endif -static snp_devsw_installed = 0; +static int snp_devsw_installed; static void snp_drvinit __P((void *unused)); static void -- cgit v1.1