From owner-freebsd-bugs Mon Jun 24 1:40:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BD5B37B4B3 for ; Mon, 24 Jun 2002 00:20:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O7A1933739; Mon, 24 Jun 2002 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 855C437B400 for ; Mon, 24 Jun 2002 00:01:20 -0700 (PDT) Received: from ait0td02.aims.private (ait0td02.aims.private [192.168.10.253]) by postoffice.aims.com.au with ESMTP id g5O71Jm40100; Mon, 24 Jun 2002 17:01:19 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ait0td02.aims.private (localhost [127.0.0.1]) by ait0td02.aims.private (8.12.4/8.12.4) with ESMTP id g5O71HDN007750; Mon, 24 Jun 2002 17:01:17 +1000 (EST) (envelope-from chris@aims.com.au) Received: (from root@localhost) by ait0td02.aims.private (8.12.4/8.12.4/Submit) id g5O71H2O007749; Mon, 24 Jun 2002 17:01:17 +1000 (EST) Message-Id: <200206240701.g5O71H2O007749@ait0td02.aims.private> Date: Mon, 24 Jun 2002 17:01:17 +1000 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@freebsd.org Cc: chris@aims.com.au X-Send-Pr-Version: 3.113 Subject: kern/39762: ffs_softdep_stub.c has wrong function definitions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39762 >Category: kern >Synopsis: ffs_softdep_stub.c has wrong function definitions >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 00:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 5.0-CURRENT i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0td02.aims.private 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 23 20:51:12 EST 2002 root@ait0td02.aims.private:/usr/obj/usr/src/sys/GENERIC i386 >Description: Building of BOOTMFS fails in ffs_softdep_stub.c due to differing function declarations of softdep_setup_directory_add and softdep_setup_directory_change. >How-To-Repeat: Try a release build of -current >Fix: Index: ffs_softdep_stub.c =================================================================== RCS file: /common/ncvs/src/sys/ufs/ffs/ffs_softdep_stub.c,v retrieving revision 1.22 diff -u -r1.22 ffs_softdep_stub.c --- ffs_softdep_stub.c 21 Jun 2002 06:18:03 -0000 1.22 +++ ffs_softdep_stub.c 24 Jun 2002 06:29:36 -0000 @@ -166,7 +166,7 @@ struct buf *bp; struct inode *dp; off_t diroffset; - long newinum; + ino_t newinum; struct buf *newdirbp; int isnewblk; { @@ -202,7 +202,7 @@ struct buf *bp; struct inode *dp; struct inode *ip; - long newinum; + ino_t newinum; int isrmdir; { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message