diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-11 03:45:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-11 03:45:50 +0000 |
commit | 41827391ecf209143a55f7f70520621ae44829a6 (patch) | |
tree | e7d5c605729219ee6feb015d22d56b6a068f8b87 /audio/pulseaudio/files/patch-src_daemon_main.c | |
parent | Relax libtar dependency. (diff) |
Update to 0.9.17.
Notes
Notes:
svn path=/head/; revision=241193
Diffstat (limited to 'audio/pulseaudio/files/patch-src_daemon_main.c')
-rw-r--r-- | audio/pulseaudio/files/patch-src_daemon_main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/pulseaudio/files/patch-src_daemon_main.c b/audio/pulseaudio/files/patch-src_daemon_main.c deleted file mode 100644 index 95a929a4b75a..000000000000 --- a/audio/pulseaudio/files/patch-src_daemon_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/daemon/main.c.orig 2009-01-12 18:11:38.000000000 -0500 -+++ src/daemon/main.c 2009-03-07 19:56:16.000000000 -0500 -@@ -37,6 +37,7 @@ - #include <unistd.h> - #include <locale.h> - #include <sys/types.h> -+#include <sys/stat.h> - - #include <liboil/liboil.h> - |