mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
33 lines
734 B
Plaintext
33 lines
734 B
Plaintext
--- SpiralSound/ChannelHandler.C.orig 2003-02-21 00:51:15 UTC
|
|
+++ SpiralSound/ChannelHandler.C
|
|
@@ -19,6 +19,9 @@
|
|
#include "ChannelHandler.h"
|
|
#include <unistd.h>
|
|
|
|
+#include <cstdlib>
|
|
+#include <cstring>
|
|
+
|
|
using namespace std;
|
|
|
|
//#define CHANNEL_DEBUG
|
|
--- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C.orig 2003-08-08 17:58:26 UTC
|
|
+++ SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C
|
|
@@ -30,6 +30,7 @@
|
|
#include <stdio.h>
|
|
|
|
#include <cstdlib>
|
|
+#include <cstring>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <dirent.h>
|
|
--- SpiralSound/Sample.h.orig 2003-07-22 22:08:41 UTC
|
|
+++ SpiralSound/Sample.h
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include <assert.h>
|
|
#include <limits.h>
|
|
+#include <cstring>
|
|
#include <iostream>
|
|
|
|
//#define DEBUG
|