Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 1998 07:03:22 -0400
From:      Randall Hopper <rhh@ct.picker.com>
To:        multimedia@FreeBSD.ORG
Subject:   Re: Fxtv 0.47 patch
Message-ID:  <19980602070322.A1885@ct.picker.com>
In-Reply-To: <19980602070216.A1855@ct.picker.com>; from Randall Hopper on Tue, Jun 02, 1998 at 07:02:16AM -0400
References:  <19980601192220.A25402@ct.picker.com> <19980602070216.A1855@ct.picker.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
 |If you fetched fxtv source before 7am EST 6/2, attached is a patch to apply
 |to your source so it will build.  

Oh, did I say it was attached? :-)  Here it is.

Randall

[-- Attachment #2 --]
--- ../fxtv-0.47/remote.c	Sun May 31 13:08:37 1998
+++ remote.c	Tue Jun  2 06:39:47 1998
@@ -600,11 +600,11 @@
     
 #ifdef OLD_DEV_SYSMOUSE_STUFF
     /*  Open device  */
-    fd = Remote_fd = open( rem_dev, O_RDWR | O_NONBLOCK, 0 );
+    fd = Remote_fd = open( "/dev/sysmouse", O_RDWR | O_NONBLOCK, 0 );
     if ( Remote_fd < 0 ) {
         fprintf( stderr, "Can't open mouse remote device for read/write: "
                  "\"%s\"\n"
-                 "Continuing without remote.\n", rem_dev);
+                 "Continuing without remote.\n", "/dev/sysmouse");
         return;
     }
 
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980602070322.A1885>