From owner-freebsd-current Fri May 22 13:58:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15500 for freebsd-current-outgoing; Fri, 22 May 1998 13:58:33 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15492 for ; Fri, 22 May 1998 13:58:24 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id HAA13096; Sat, 23 May 1998 07:03:57 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805222103.HAA13096@cimlogic.com.au> Subject: Re: *** /usr/src/lib/libtermcap/termcap.h Fri May 22 12:37:42 1998 In-Reply-To: from "Stephen D. Spencer" at "May 22, 98 12:52:41 pm" To: bsd-curr@artorius.sunflower.com (Stephen D. Spencer) Date: Sat, 23 May 1998 07:03:57 +1000 (EST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen D. Spencer wrote: > > Someone stayed up too late working on termcap :) No. __set_ospeed() is coded in libtermcap to take a speed_t argument where speed_t is typedefed in sys/termios.h as "unsigned int". The prototype in termcap.h doesn't use speed_t in order to avoid requiring it to include termios.h. AFAIK, the tree builds cleanly on both i386 and alpha with the code the way it is. Your patch breaks the alpha build. What makes you think otherwise? -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message