opnsense-ports/audio/funktrackergold/files/patch-headers
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

53 lines
1.6 KiB
Text

--- ../funkgold-orig/funkgold.c Sun Jun 21 22:10:54 1998
+++ funkgold.c Sun Apr 1 17:53:18 2001
@@ -23,7 +23,7 @@
***************************************************************************/
#include <curses.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <sys/time.h>
--- ../funkgold-orig/funkgold_dir.c Wed Dec 2 22:01:23 1998
+++ funkgold_dir.c Sun Apr 1 18:05:59 2001
@@ -18,7 +18,6 @@
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
-#include <malloc.h>
#include <string.h>
#include <stdlib.h>
#include "funktracker_defs.h"
--- ../funkgold-orig/funkgold_misc.c Sun Jun 21 15:56:46 1998
+++ funkgold_misc.c Sun Apr 1 17:53:30 2001
@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
-#include <malloc.h>
#include "funktracker_defs.h"
#include "dsp_mixxer.h"
#include "funktracker.h"
--- ../funkgold-orig/funkgold_sm.c Sun Jun 21 15:57:07 1998
+++ funkgold_sm.c Sun Apr 1 17:53:44 2001
@@ -16,7 +16,7 @@
***************************************************************************/
#include <curses.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "funktracker_defs.h"
#include "dsp_mixxer.h"
#include "funktracker.h"
--- ../funkgold-orig/funkload.c Sun Jun 21 15:57:21 1998
+++ funkload.c Sun Apr 1 17:53:51 2001
@@ -15,7 +15,7 @@
***************************************************************************/
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "funktracker_defs.h"
#include "dsp_mixxer.h"
#include "funktracker.h"