diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C')
-rw-r--r-- | audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C b/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C deleted file mode 100644 index 702073dac679..000000000000 --- a/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C +++ /dev/null @@ -1,29 +0,0 @@ ---- SpiralSound/PluginManager.C.orig Mon Jan 6 01:17:04 2003 -+++ SpiralSound/PluginManager.C Mon Jan 6 01:17:45 2003 -@@ -48,7 +48,7 @@ - } - - // Link the neccesary functions -- char *error; -+ const char *error; - - NewPlugin->CreateInstance = (SpiralPlugin*(*)()) dlsym(NewPlugin->Handle, "CreateInstance"); - -@@ -89,7 +89,7 @@ - if (IsValid(ID)) - { - dlclose(GetPlugin(ID)->Handle); -- char *error; -+ const char *error; - if ((error = dlerror()) != NULL) - { - SpiralInfo::Alert("Error unlinking plugin: \n"+string(error)); -@@ -103,7 +103,7 @@ - i!=m_PluginVec.end(); i++) - { - dlclose((*i)->Handle); -- char *error; -+ const char *error; - if ((error = dlerror()) != NULL) - { - SpiralInfo::Alert("Error unlinking plugin: \n"+string(error)); |