summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-19 04:18:40 +0000
committermycroft <mycroft>2002-07-19 04:18:40 +0000
commitecff9694ff086db8315195b2b563a9ec34bdcb32 (patch)
tree83a3b2d33257b4328001e69da08bb9bf94df3fda
parent640ae7e9b36d24c8f425250a5c6d36b51baa20ac (diff)
downloadpkgsrc-ecff9694ff086db8315195b2b563a9ec34bdcb32.tar.gz
Fix spurious warnings.
-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,