mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
19 lines
421 B
C
19 lines
421 B
C
--- patchload.c.orig 1998-02-07 16:22:51 UTC
|
|
+++ patchload.c
|
|
@@ -19,7 +19,6 @@
|
|
#ifdef linux
|
|
#include <linux/ultrasound.h>
|
|
#else
|
|
-#include <machine/ultrasound.h>
|
|
#endif
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
@@ -93,7 +92,6 @@ int pgm;
|
|
|
|
if (pgm < 0) {
|
|
use8bit = force8bit;
|
|
- GUS_NUMVOICES(gus_dev, (card_info[gus_dev].nr_voices = 32));
|
|
SEQ_DUMPBUF();
|
|
for (i = 0; i < 256; i++)
|
|
patchloaded[i] = 0;
|