From owner-svn-src-all@FreeBSD.ORG Sat Nov 28 16:30:06 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7702106566C; Sat, 28 Nov 2009 16:30:06 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B66F48FC13; Sat, 28 Nov 2009 16:30:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nASGU6bR060894; Sat, 28 Nov 2009 16:30:06 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nASGU6hn060892; Sat, 28 Nov 2009 16:30:06 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200911281630.nASGU6hn060892@svn.freebsd.org> From: Ed Schouten Date: Sat, 28 Nov 2009 16:30:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199882 - head/sys/compat/svr4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 16:30:06 -0000 Author: ed Date: Sat Nov 28 16:30:06 2009 New Revision: 199882 URL: http://svn.freebsd.org/changeset/base/199882 Log: Include instead of . Right now includes , which provides the TTY ioctls to the svr4 code. We need both struct termios and the ioctls, so include for now. Modified: head/sys/compat/svr4/svr4_termios.c Modified: head/sys/compat/svr4/svr4_termios.c ============================================================================== --- head/sys/compat/svr4/svr4_termios.c Sat Nov 28 16:25:55 2009 (r199881) +++ head/sys/compat/svr4/svr4_termios.c Sat Nov 28 16:30:06 2009 (r199882) @@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include +#include #include