summaryrefslogtreecommitdiff
path: root/audio/cdd
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-19 04:18:40 +0000
committermycroft <mycroft>2002-07-19 04:18:40 +0000
commit83bb8bf0e13b91b3431bd99aaf0e31c420d052d3 (patch)
tree83a3b2d33257b4328001e69da08bb9bf94df3fda /audio/cdd
parent34fabf3df805a2c131e1b0026d2217e2cfb11cc2 (diff)
downloadpkgsrc-83bb8bf0e13b91b3431bd99aaf0e31c420d052d3.tar.gz
Fix spurious warnings.
Diffstat (limited to 'audio/cdd')
-rw-r--r--audio/cdd/patches/patch-ad13
-rw-r--r--audio/cdd/patches/patch-ae13
2 files changed, 26 insertions, 0 deletions
diff --git a/audio/cdd/patches/patch-ad b/audio/cdd/patches/patch-ad
new file mode 100644
index 00000000000..6ee051ebe00
--- /dev/null
+++ b/audio/cdd/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.8 2002/07/19 04:18:40 mycroft Exp $
+
+--- cdd_cdcmds.c.orig Sat Jan 6 06:29:43 2001
++++ cdd_cdcmds.c Fri Jul 19 04:15:28 2002
+@@ -356,7 +356,7 @@
+ return (F_dtable[F_pte].end_cdda_func)(scsifd);
+ }
+
+-int unsupported(void)
++int unsupported()
+ {
+ cdd_printf("This operation is not supported on this device!\n");
+
diff --git a/audio/cdd/patches/patch-ae b/audio/cdd/patches/patch-ae
new file mode 100644
index 00000000000..74617fd1b2e
--- /dev/null
+++ b/audio/cdd/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2002/07/19 04:18:40 mycroft Exp $
+
+--- cdd_cdcmds.h.orig Tue Feb 20 21:57:29 1996
++++ cdd_cdcmds.h Fri Jul 19 04:15:16 2002
+@@ -57,7 +57,7 @@
+
+ void doinquiry(int scsifd);
+
+-int unsupported(void);
++int unsupported();
+ int getcdtoc(int scsifd, CDTOC *cdtoc);
+ int cd_setblocksize(int scsifd, int bytessec);
+ int cddaread(char *buffer, int startlba, int blocksize,