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/bristol/files/patch-libbristolaudio-audioGUIOSS.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/bristol/files/patch-libbristolaudio-audioGUIOSS.c')
-rw-r--r-- | audio/bristol/files/patch-libbristolaudio-audioGUIOSS.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/bristol/files/patch-libbristolaudio-audioGUIOSS.c b/audio/bristol/files/patch-libbristolaudio-audioGUIOSS.c deleted file mode 100644 index cc07057ab980..000000000000 --- a/audio/bristol/files/patch-libbristolaudio-audioGUIOSS.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libbristolaudio/audioGUIOSS.c.orig 2012-04-27 13:04:29.000000000 +0200 -+++ libbristolaudio/audioGUIOSS.c 2012-09-24 15:42:10.570849586 +0200 -@@ -50,7 +50,9 @@ - #include <unistd.h> - #include <fcntl.h> - #include <stdlib.h> -+#ifndef __FreeBSD__ - #include <malloc.h> -+#endif - - static int setAudioOSS(int, duplexDev *, int, int, int); - |