aboutsummaryrefslogtreecommitdiff
path: root/audio/grip
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-28 17:22:59 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-28 17:22:59 +0000
commitbacab599c3224ddf7e1ac5739e403163cd39e054 (patch)
tree7b1c843f637c269eb524088c4001ced7c56390a7 /audio/grip
parent291c03e04c3efdafdc2d7a249593784ae5d5786c (diff)
downloadports-bacab599c3224ddf7e1ac5739e403163cd39e054.tar.gz
ports-bacab599c3224ddf7e1ac5739e403163cd39e054.zip
Removed forced setting of poll_disc to false, so author and I are in complete
agreement. All code patches will be rolled into 3.0.2. One of the benefits of having worked with the author on this program for a couple years is having an NMI on him for patches, as well as more ability to negotiate than most patch submiters. 8=)
Notes
Notes: svn path=/head/; revision=63670
Diffstat (limited to 'audio/grip')
-rw-r--r--audio/grip/files/patch-src-grip.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/grip/files/patch-src-grip.c b/audio/grip/files/patch-src-grip.c
index a2bdac2c3697..caada2288f4e 100644
--- a/audio/grip/files/patch-src-grip.c
+++ b/audio/grip/files/patch-src-grip.c
@@ -31,13 +31,3 @@
ginfo->changer_slots=0;
ginfo->current_disc=0;
-@@ -737,6 +738,9 @@
- rename(filename,renamefile);
- }
-
-+#if defined(__FreeBSD__)
-+ ginfo->poll_drive=FALSE;
-+#endif /* defined __FreeBSD__ */
- DoSaveConfig(ginfo);
- }
-