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/pulseaudio/files/patch-src_pulse_introspect.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/pulseaudio/files/patch-src_pulse_introspect.c')
-rw-r--r-- | audio/pulseaudio/files/patch-src_pulse_introspect.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/pulseaudio/files/patch-src_pulse_introspect.c b/audio/pulseaudio/files/patch-src_pulse_introspect.c index 6681f70caff3..26dae90a12b0 100644 --- a/audio/pulseaudio/files/patch-src_pulse_introspect.c +++ b/audio/pulseaudio/files/patch-src_pulse_introspect.c @@ -1,11 +1,11 @@ ---- src/pulse/introspect.c.orig 2008-01-03 20:01:31.000000000 -0500 -+++ src/pulse/introspect.c 2008-01-03 20:01:39.000000000 -0500 -@@ -26,6 +26,8 @@ +--- src/pulse/introspect.c.orig 2015-09-10 04:51:41 UTC ++++ src/pulse/introspect.c +@@ -22,6 +22,8 @@ #include <config.h> #endif +#include <string.h> + #include <pulse/context.h> - - #include <pulsecore/gccmacro.h> + #include <pulse/direction.h> + #include <pulse/xmalloc.h> |