mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
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);
|