Date: Tue, 26 Nov 2002 21:31:06 +0100 (CET) From: Volker Stolz <vs@foldr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45767: [bento] graphics/fxtv: More TV on -current Message-ID: <200211262031.gAQKV6F8026086@monster.theater.foldr.org>
next in thread | raw e-mail | index | archive | help
>Number: 45767 >Category: ports >Synopsis: [bento] graphics/fxtv: More TV on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 26 12:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD monster.theater.foldr.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Nov 24 14:40:01 CET 2002 root@monster.theater.foldr.org:/usr/obj/usr/src/sys/MONSTER i386 >Description: Bento noticed that fxtv lacks sys/types.h in one file. >How-To-Repeat: >Fix: diff -urN ofiles/patch-tvcapture.c files/patch-tvcapture.c --- ofiles/patch-tvcapture.c Thu Jan 1 01:00:00 1970 +++ files/patch-tvcapture.c Tue Nov 26 21:25:31 2002 @@ -0,0 +1,10 @@ +--- tvcapture.c.orig Tue Nov 26 21:24:22 2002 ++++ tvcapture.c Tue Nov 26 21:24:34 2002 +@@ -35,6 +35,7 @@ + #include <fcntl.h> + #include <errno.h> + #include <sys/mman.h> ++#include <sys/types.h> + #ifdef __NetBSD__ + # include <dev/ic/bt8xx.h> + #else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211262031.gAQKV6F8026086>