From owner-cvs-src@FreeBSD.ORG Fri Aug 22 20:58:12 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 EF3DB16A4BF; Fri, 22 Aug 2003 20:58:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8700643FA3; Fri, 22 Aug 2003 20:58:12 -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 h7N3wC0U080094; Fri, 22 Aug 2003 20:58:12 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7N3wC8P080093; Fri, 22 Aug 2003 20:58:12 -0700 (PDT) Message-Id: <200308230358.h7N3wC8P080093@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 22 Aug 2003 20:58:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_linux_balloc.cext2_linux_ialloc.c ia64-bitops.h 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: Sat, 23 Aug 2003 03:58:13 -0000 marcel 2003/08/22 20:58:12 PDT FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c Added files: sys/gnu/ext2fs ia64-bitops.h Log: Add compilation support for extfs on ia64, primarily to support LINT. The functions in ia64-bitops.h merely call panic() for now. They need to be implemented some day, just not today. Revision Changes Path 1.19 +5 -3 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.19 +5 -3 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.1 +43 -0 src/sys/gnu/ext2fs/ia64-bitops.h (new)