summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files/patch-library_rb-node.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-18 17:20:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-18 17:20:19 +0000
commitb879855e145107516c9e3b104432b15797f8e53b (patch)
tree2d3a12dfe0285c4acafeaeedd24aa7d2b187dd0f /audio/rhythmbox/files/patch-library_rb-node.c
parentUse USE_GETOPT_LONG. (diff)
Add net-rhythmbox, an audio and Internet radio player for the GNOME 2
desktop. Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes: svn path=/head/; revision=81256
Diffstat (limited to 'audio/rhythmbox/files/patch-library_rb-node.c')
-rw-r--r--audio/rhythmbox/files/patch-library_rb-node.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-library_rb-node.c b/audio/rhythmbox/files/patch-library_rb-node.c
new file mode 100644
index 000000000000..ec9a5c35830d
--- /dev/null
+++ b/audio/rhythmbox/files/patch-library_rb-node.c
@@ -0,0 +1,11 @@
+--- library/rb-node.c.orig Sun Feb 9 03:12:01 2003
++++ library/rb-node.c Mon Apr 21 20:27:45 2003
+@@ -852,7 +861,7 @@
+ int property_id)
+ {
+ GValue *ret;
+- long mtime;
++ time_t mtime;
+ char *retval;
+
+ g_return_val_if_fail (RB_IS_NODE (node), NULL);