summaryrefslogtreecommitdiff
path: root/audio/libcddb/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libcddb/patches/patch-aa')
-rw-r--r--audio/libcddb/patches/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/libcddb/patches/patch-aa b/audio/libcddb/patches/patch-aa
deleted file mode 100644
index 11cc4f702a0..00000000000
--- a/audio/libcddb/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/06/21 14:56:36 drochner Exp $
-
---- lib/cddb_net.c.orig 2003-05-25 16:25:46.000000000 +0200
-+++ lib/cddb_net.c
-@@ -24,12 +24,15 @@
- #include <netdb.h>
- #include <setjmp.h>
- #include <signal.h>
--#include <time.h>
-+#include <sys/time.h>
- #include <unistd.h>
- #include <sys/select.h>
- #include <sys/socket.h>
- #include <sys/types.h>
- #include "cddb/cddb_ni.h"
-+#ifdef TIME_WITH_SYS_TIME
-+#include <time.h>
-+#endif
-
-
- /* Utility functions */