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/terminatorx/files/patch-src_tX_dialog.cc | |
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
Diffstat (limited to 'audio/terminatorx/files/patch-src_tX_dialog.cc')
-rw-r--r-- | audio/terminatorx/files/patch-src_tX_dialog.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/terminatorx/files/patch-src_tX_dialog.cc b/audio/terminatorx/files/patch-src_tX_dialog.cc deleted file mode 100644 index a69700179d6b..000000000000 --- a/audio/terminatorx/files/patch-src_tX_dialog.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/tX_dialog.cc.orig 2004-02-06 19:28:21.000000000 +0100 -+++ src/tX_dialog.cc 2010-08-14 22:00:50.000000000 +0200 -@@ -252,7 +252,11 @@ - #ifdef USE_OSS - static GList *oss_devices=NULL; - -+#ifdef HAVE_SCANDIR_POSIX - int oss_select_dsp_only(const struct dirent *entry){ -+#else -+int oss_select_dsp_only(struct dirent *entry){ -+#endif - return (strstr(entry->d_name, "dsp")!=0); - } - |