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/rubberband/files/patch-system-sysutils.h | |
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/rubberband/files/patch-system-sysutils.h')
-rw-r--r-- | audio/rubberband/files/patch-system-sysutils.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rubberband/files/patch-system-sysutils.h b/audio/rubberband/files/patch-system-sysutils.h deleted file mode 100644 index 93a644d64621..000000000000 --- a/audio/rubberband/files/patch-system-sysutils.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/system/sysutils.h-dist 2012-01-08 17:15:39.369149714 +0100 -+++ src/system/sysutils.h 2012-01-08 17:19:42.384145925 +0100 -@@ -41,7 +41,8 @@ - #include <malloc.h> - #else - #ifndef __MSVC__ --#include <alloca.h> -+/* linux stdlib also includes alloca.h */ -+#include <stdlib.h> - #endif - #endif - |