aboutsummaryrefslogtreecommitdiff
path: root/net/gtk-gnutella/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/gtk-gnutella/files/patch-aa')
-rw-r--r--net/gtk-gnutella/files/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/gtk-gnutella/files/patch-aa b/net/gtk-gnutella/files/patch-aa
deleted file mode 100644
index 01e0e269c364..000000000000
--- a/net/gtk-gnutella/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/misc.h.orig Sun Jul 14 23:38:00 2002
-+++ src/misc.h Sun Jul 14 23:38:15 2002
-@@ -78,7 +78,9 @@
- gchar *short_uptime(guint32 s);
- guint32 random_value(guint32 max);
- void strlower(gchar *, gchar *);
-+#ifndef __FreeBSD__
- guchar *strcasestr(const guchar *haystack, const guchar *needle);
-+#endif
- gchar *build_url_from_download(struct download *d);
-
- #endif /* __misc_h__ */