From 1aa95d93559c54673a2b242b4ef4c64a0f93a3bc Mon Sep 17 00:00:00 2001 From: green Date: Mon, 2 Jul 2001 23:47:23 +0000 Subject: Correct obviously wrong mistakes. --- sys/dev/sound/isa/sb16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/sound/isa') diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index c9fdbfc..ffef450 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -149,7 +149,7 @@ sb_dspwr(struct sb_info *sb, u_char val) return 1; } } -#if __FreeBSD_version > 50000 +#if __FreeBSD_version > 500000 if (curproc->p_intr_nesting_level == 0) printf("sb_dspwr(0x%02x) timed out.\n", val); #endif -- cgit v1.1