From owner-freebsd-bugs Thu Feb 19 04:04:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03064 for freebsd-bugs-outgoing; Thu, 19 Feb 1998 04:04:59 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA03056 for ; Thu, 19 Feb 1998 04:04:43 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA25836; Thu, 19 Feb 1998 20:54:03 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id VAA29897; Thu, 19 Feb 1998 21:01:56 +0900 (JST) Message-Id: <199802191201.VAA29897@zodiac.mech.utsunomiya-u.ac.jp> To: Carlo Dapor Cc: freebsd-bugs@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Inconsistencies with PCVT In-Reply-To: Your message of "Thu, 19 Feb 1998 12:27:55 +0100." <199802191127.MAA08696@nessie.ethz.ch> References: <199802191127.MAA08696@nessie.ethz.ch> Date: Thu, 19 Feb 1998 21:01:55 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >The terminal emulation integrated in the kernels I build prefers pcvt over sc. >Out of curiosity I checked if all the possible PCVT_* options are accepted. >So this is the relevant part in the config file: > >options PCVT_FREEBSD=210,PCVT_SCREENSAVER=1 >options PCVT_EMU_MOUSE=1,PCVT_SETCOLOR=1,PCVT_PRETTYSCRNS=1 ># the two next lines choke /usr/sbin/config >options PCVT_VT220KEYB=1 # does NOT work >options PCVT_24LINESDEF=1 # does NOT work Enclose them with "", for example, options "PCVT_VT220KEYB=1" >I noticed further that if You enable PCVT_EMU_MOUSE, building the kernel >fails because pcvt_kbd.o holds a reference to gettime (struct *timeval). >FreeBSD offers gettimeofday (struct *timeval, struct *timezone). >The diff below fixes the problem. ??? gettime() does exist, does it not? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message