diff options
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r-- | misc/nxtvepg/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/nxtvepg/patches/patch-af b/misc/nxtvepg/patches/patch-af deleted file mode 100644 index f5557430493..00000000000 --- a/misc/nxtvepg/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.2 2002/11/24 17:23:41 magick Exp $ - ---- epgvbi/btdrv4linux.c.orig Sun Nov 24 17:56:26 2002 -+++ epgvbi/btdrv4linux.c -@@ -516,7 +516,7 @@ - norm = freq >> 24; - lfreq = freq & 0xffffff; - -- if (DevKeptOpen || BtDriver_SetInputSource(inputIdx, norm, pIsTuner)) -+ if (devKeptOpen || BtDriver_SetInputSource(inputIdx, norm, pIsTuner)) - { - if ( (devKeptOpen || *pIsTuner) && (lfreq != 0) ) - { |