diff options
Diffstat (limited to 'media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff')
-rw-r--r-- | media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff b/media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff new file mode 100644 index 000000000000..b2efa7df8794 --- /dev/null +++ b/media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff @@ -0,0 +1,12 @@ +*** cdstatus_cddb.c.orig Sat Aug 9 10:03:45 2003 +--- cdstatus_cddb.c Sat Aug 9 10:04:01 2003 +*************** +*** 8,13 **** +--- 8,14 ---- + #include <stdlib.h>
+ #include <unistd.h>
+ #include <stdio.h>
++ #include <errno.h>
+
+ /* to get started, i hard-coded the hostname. need to use a file to store
+ site info in, and get updated site lists to use hosts from and such */
|