From owner-freebsd-multimedia Tue Jun 2 06:40:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25345 for freebsd-multimedia-outgoing; Tue, 2 Jun 1998 06:40:28 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA25329 for ; Tue, 2 Jun 1998 06:40:20 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 2 Jun 1998 9:38:08 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA23179; Tue, 2 Jun 98 09:38:04 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA01906; Tue, 2 Jun 1998 07:03:22 -0400 Message-Id: <19980602070322.A1885@ct.picker.com> Date: Tue, 2 Jun 1998 07:03:22 -0400 From: Randall Hopper To: multimedia@FreeBSD.ORG Subject: Re: Fxtv 0.47 patch Mail-Followup-To: multimedia@freebsd.org References: <19980601192220.A25402@ct.picker.com> <19980602070216.A1855@ct.picker.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=oyUTqETQ0mS9luUI X-Mailer: Mutt 0.91.1i In-Reply-To: <19980602070216.A1855@ct.picker.com>; from Randall Hopper on Tue, Jun 02, 1998 at 07:02:16AM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii |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 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="fxtv-0.47-remote.patch" --- ../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; } --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message