mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d6b2fcfe19
Submitted by: jmz
20 lines
489 B
Plaintext
20 lines
489 B
Plaintext
*** xgal.sndsrv.freebsd.c~ Thu May 18 00:44:28 1995
|
|
--- xgal.sndsrv.freebsd.c Wed Oct 25 23:32:15 1995
|
|
***************
|
|
*** 82,88 ****
|
|
int dsp, frag, value;
|
|
int mixer;
|
|
|
|
! dsp = open(dspdev, O_RDWR);
|
|
if (dsp < 1)
|
|
{
|
|
fprintf (stderr, "xgal.sndsrv: Couldn't open DSP %s\n",dspdev);
|
|
--- 82,88 ----
|
|
int dsp, frag, value;
|
|
int mixer;
|
|
|
|
! dsp = open(dspdev, O_WRONLY);
|
|
if (dsp < 1)
|
|
{
|
|
fprintf (stderr, "xgal.sndsrv: Couldn't open DSP %s\n",dspdev);
|