From owner-cvs-src@FreeBSD.ORG Thu Jul 3 00:43:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB79B37B401; Thu, 3 Jul 2003 00:43:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E1E43F93; Thu, 3 Jul 2003 00:43:51 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h637hp0U039944; Thu, 3 Jul 2003 00:43:51 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h637hpK8039940; Thu, 3 Jul 2003 00:43:51 -0700 (PDT) Message-Id: <200307030743.h637hpK8039940@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 3 Jul 2003 00:43:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/compat/linux linux_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 07:43:52 -0000 marcel 2003/07/03 00:43:50 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/compat/linux linux_ioctl.c Log: MFC rev 1.109: Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for the VMIN and VTIME members of the c_cc array. PR: 23173 Revision Changes Path 1.55.2.12 +4 -2 src/sys/compat/linux/linux_ioctl.c