OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Mon Nov 01 2004 - 19:05:51 CST


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2004/11/01 18:05:51

Modified files:
        sys/scsi : Tag: OPENBSD_3_6 st.c

Log message:
MFC:
Fix by krw

Fix 'Tape block size (32754) not a multiple of dump block size
(1024).' errors in restore(1).

Check for SDEV_OPEN in sc_link->flags (where it lives) rather than
sense->flags (where it doesn't).

Problem noted by John Danks on misc and reinforced by Otto & Hugh.

ok deraadt krw