diff options
author | alane <alane@FreeBSD.org> | 2002-07-29 01:22:59 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-29 01:22:59 +0800 |
commit | 5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc (patch) | |
tree | 3dee12cdce323dcc1698784ac6facfbaaa0276a6 /audio/grip | |
parent | e3bb4d1647ae41bdc45cfcefb232c72fdfa60cea (diff) | |
download | freebsd-ports-gnome-5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc.tar.gz freebsd-ports-gnome-5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc.tar.zst freebsd-ports-gnome-5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc.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=)
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/files/patch-src-grip.c | 10 |
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); - } - |