diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-19 04:18:40 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-19 04:18:40 +0000 |
commit | 0110369d5b86eb48fb1a3005a1e91469e8a1d6b5 (patch) | |
tree | 83a3b2d33257b4328001e69da08bb9bf94df3fda /audio | |
parent | 6f1e69c9bb0188391d7c506fc076d2a790f22cc2 (diff) | |
download | pkgsrc-0110369d5b86eb48fb1a3005a1e91469e8a1d6b5.tar.gz |
Fix spurious warnings.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdd/patches/patch-ad | 13 | ||||
-rw-r--r-- | audio/cdd/patches/patch-ae | 13 |
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, |