9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
232 B
C
11 lines
232 B
C
--- mixer.c.orig 2002-04-28 13:30:35 UTC
|
|
+++ mixer.c
|
|
@@ -7,7 +7,7 @@
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
-#include <linux/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
|