From 61c0ca0abb146b3965f3b99a542bd310c599ee00 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 11 Nov 2005 09:57:32 +0000 Subject: Add /dev/speaker support to amd64. The following repo-copies were made (by Mark Murray): sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4 --- games/morse/morse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/morse/morse.c') diff --git a/games/morse/morse.c b/games/morse/morse.c index eb9e4d4..87f97dc 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -64,7 +64,7 @@ static const char rcsid[] = #include #ifdef SPEAKER -#include +#include #endif struct morsetab { -- cgit v1.1