From helbig@MX.BA-Stuttgart.De Mon Mar 24 15:05:11 1997 Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17373 for ; Mon, 24 Mar 1997 15:05:03 -0800 (PST) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA07845; Tue, 25 Mar 1997 00:05:04 +0100 (MET) Message-Id: <199703242305.AAA07845@helbig.informatik.ba-stuttgart.de> Date: Tue, 25 Mar 1997 00:05:04 +0100 (MET) From: Wolfgang Helbig Reply-To: helbig@MX.BA-Stuttgart.De To: FreeBSD-gnats-submit@freebsd.org Subject: make world fails on compiling dumpfs.c X-Send-Pr-Version: 3.2 >Number: 3085 >Category: bin >Synopsis: make world fails on compiling dumpfs.c >Confidential: no >Severity: serious >Priority: medium >Responsible: steve >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 15:10:01 PST 1997 >Closed-Date: Sun Aug 10 18:13:48 PDT 1997 >Last-Modified: Sun Aug 10 18:14:16 PDT 1997 >Originator: Wolfgang Helbig >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: >Description: Removal of two unused fields in the structure fs breaks compilation of dumpfs. >How-To-Repeat: Try to compile /usr/src/sbin/dumpfs/dumpfs.c >Fix: Index: dumpfs.c =================================================================== RCS file: /usr/cvsroot/src/sbin/dumpfs/dumpfs.c,v retrieving revision 1.6 diff -c -r1.6 dumpfs.c *** dumpfs.c 1997/03/11 12:12:26 1.6 --- dumpfs.c 1997/03/24 19:42:20 *************** *** 146,153 **** printf("minfree\t%d%%\toptim\t%s\tmaxcontig %d\tmaxbpg\t%d\n", afs.fs_minfree, afs.fs_optim == FS_OPTSPACE ? "space" : "time", afs.fs_maxcontig, afs.fs_maxbpg); ! printf("rotdelay %dms\theadswitch %dus\ttrackseek %dus\trps\t%d\n", ! afs.fs_rotdelay, afs.fs_headswitch, afs.fs_trkseek, afs.fs_rps); printf("ntrak\t%d\tnsect\t%d\tnpsect\t%d\tspc\t%d\n", afs.fs_ntrak, afs.fs_nsect, afs.fs_npsect, afs.fs_spc); printf("symlinklen %d\ttrackskew %d\tinterleave %d\tcontigsumsize %d\n", --- 146,153 ---- printf("minfree\t%d%%\toptim\t%s\tmaxcontig %d\tmaxbpg\t%d\n", afs.fs_minfree, afs.fs_optim == FS_OPTSPACE ? "space" : "time", afs.fs_maxcontig, afs.fs_maxbpg); ! printf("rotdelay %dms\trps\t%d\n", ! afs.fs_rotdelay, afs.fs_rps); printf("ntrak\t%d\tnsect\t%d\tnpsect\t%d\tspc\t%d\n", afs.fs_ntrak, afs.fs_nsect, afs.fs_npsect, afs.fs_spc); printf("symlinklen %d\ttrackskew %d\tinterleave %d\tcontigsumsize %d\n", >Release-Note: >Audit-Trail: From: Mike Pritchard To: helbig@MX.BA-Stuttgart.De Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/3085: make world fails on compiling dumpfs.c Date: Mon, 24 Mar 1997 16:07:38 -0800 (PST) Wolfgang Helbig wrote: > > >Description: > > Removal of two unused fields in the structure fs breaks > compilation of dumpfs. The patch should print out the new field that was added, and not just simply remove the two fields that no longer exist. [patch removed] -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From: Wolfgang Helbig To: freebsd-gnats-submit@freebsd.org, mpp@freebsd.org Cc: Subject: Re: bin/3085: make world fails on compiling dumpfs.c Date: Sun, 27 Jul 1997 08:46:05 +0200 This problem is fixed and should be closed. Wolfgang State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Aug 10 18:13:48 PDT 1997 State-Changed-Why: Closed at the originator's request. >Unformatted: