$NetBSD: patch-aa,v 1.4 2004/01/08 15:24:42 adam Exp $ --- sound.c.orig 2003-02-24 09:33:10.000000000 +0000 +++ sound.c @@ -44,7 +44,7 @@ #define DEFDSPRATE 22050 -static char *dspname = "/dev/dsp"; +static char *dspname = DEVOSSAUDIO; static int dsprate = DEFDSPRATE; static int fragstofill = 0; static int snddelay = 60; /* delay in milliseconds */