mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
289 B
C
12 lines
289 B
C
--- libbristolaudio/audioGUIOSS.c.orig 2012-04-27 11:04:29 UTC
|
|
+++ libbristolaudio/audioGUIOSS.c
|
|
@@ -50,7 +50,9 @@
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <stdlib.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <malloc.h>
|
|
+#endif
|
|
|
|
static int setAudioOSS(int, duplexDev *, int, int, int);
|
|
|