mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
15 lines
355 B
C
15 lines
355 B
C
--- cmp3volume.c.orig 2001-07-01 04:38:08 UTC
|
|
+++ cmp3volume.c
|
|
@@ -3,11 +3,7 @@
|
|
*/
|
|
|
|
#include "cmp3funcs.h"
|
|
-#if defined(__FreeBSD__)
|
|
-#include <machine/soundcard.h>
|
|
-#else
|
|
#include<sys/soundcard.h>
|
|
-#endif
|
|
|
|
static int mixernum, /* ID number for the mixer */
|
|
vol; /* Current volume level */
|