diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:46:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:46:58 +0000 |
| commit | e31abede1fd18ca14754c149fec858ede3b041aa (patch) | |
| tree | 415fe5b51b3305e42366c5e7450c752370685934 /sys/dev/snp | |
| parent | d68fa50ccbc40f10ed24ad1b64cae4c6e83548e6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/snp')
| -rw-r--r-- | sys/dev/snp/snp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 7bfb635ce5ba..4679f018e3f1 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 |
