From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 5 17:30:04 2008 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD30C106566C for ; Tue, 5 Aug 2008 17:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78FC68FC15 for ; Tue, 5 Aug 2008 17:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m75HU47q085612 for ; Tue, 5 Aug 2008 17:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m75HU4Lm085609; Tue, 5 Aug 2008 17:30:04 GMT (envelope-from gnats) Date: Tue, 5 Aug 2008 17:30:04 GMT Message-Id: <200808051730.m75HU4Lm085609@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Yuri Cc: Subject: Re: ports/126232: Linux ioctl TCGETS (0x5401) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 17:30:04 -0000 The following reply was made to PR ports/126232; it has been noted by GNATS. From: Yuri To: Cc: Chagin Dmitry , bug-followup@freebsd.org, dchagin@freebsd.org Subject: Re: ports/126232: Linux ioctl TCGETS (0x5401) Date: Tue, 05 Aug 2008 10:20:55 -0700 Here is the relevant piece of information I found on usenet: << TCGETA is the predecessor to *TCGETS*. It uses the termio structure, not the termios structure. The difference is that the flag members in termio are of type unsigned short, while in termios they're tcflag_t, which is unsigned long on a Sun. >>