summaryrefslogtreecommitdiff
path: root/audio/darkice/patches/patch-src_Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/darkice/patches/patch-src_Util.cpp')
-rw-r--r--audio/darkice/patches/patch-src_Util.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/darkice/patches/patch-src_Util.cpp b/audio/darkice/patches/patch-src_Util.cpp
deleted file mode 100644
index 22ee5c33ca8..00000000000
--- a/audio/darkice/patches/patch-src_Util.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_Util.cpp,v 1.2 2012/02/08 00:19:42 sbd Exp $
-
---- src/Util.cpp.orig 2005-04-17 10:58:09.000000000 +0000
-+++ src/Util.cpp
-@@ -276,7 +276,7 @@ Util :: fileAddDate ( const char * str )
- unsigned int size;
- char * s;
- char * strdate;
-- char * last;
-+ const char * last;
- time_t now;
-
- if ( !str ) {