From owner-cvs-sbin Mon Mar 23 15:23:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08972 for cvs-sbin-outgoing; Mon, 23 Mar 1998 15:23:06 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07906; Mon, 23 Mar 1998 15:19:48 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07580; Mon, 23 Mar 1998 15:19:17 -0800 (PST) Date: Mon, 23 Mar 1998 15:19:17 -0800 (PST) Message-Id: <199803232319.PAA07580@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/restore tape.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/03/23 15:19:16 PST Modified files: sbin/restore tape.c Log: The logic in tape.c:getfile() doesn't allow for a filesystem with a blocksize smaller than the tape block size. The problem seems to be most easily fixed by changeing where fssize is set. PR: 5704 Submitted by: David Malone Revision Changes Path 1.10 +3 -1 src/sbin/restore/tape.c