From owner-cvs-sbin Sat Jun 22 17:05:17 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18679 for cvs-sbin-outgoing; Sat, 22 Jun 1996 17:05:17 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18651; Sat, 22 Jun 1996 17:05:07 -0700 (PDT) Date: Sat, 22 Jun 1996 17:05:07 -0700 (PDT) From: Peter Wemm Message-Id: <199606230005.RAA18651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dumpfs dumpfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/06/22 17:05:07 Modified: sbin/dumpfs dumpfs.c Log: Fix a couple of bogus casts to off_t that caused dumpfs to lseek negative on filesystems > 2GB (which causes the disk slice code to call Debugger!!) Revision Changes Path 1.4 +4 -4 src/sbin/dumpfs/dumpfs.c