From owner-cvs-all Wed Nov 1 14:36:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BCFD37B4C5; Wed, 1 Nov 2000 14:36:46 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54558; Wed, 1 Nov 2000 14:36:46 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011012236.OAA54558@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 1 Nov 2000 14:36:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c src/sys/alpha/linux linux_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/01 14:36:42 PST Modified files: sys/compat/linux linux_ioctl.c sys/alpha/linux linux_ioctl.h Log: fix linux_termio and linux_termios structs on alpha. alpha differences are in the termios struct (probably because linux wants to be compatible with the osf/1 termios struct), not the termio struct. Revision Changes Path 1.57 +8 -8 src/sys/compat/linux/linux_ioctl.c 1.8 +2 -2 src/sys/alpha/linux/linux_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message