freebsd-src/usr.sbin/camdd
Kenneth D. Merry d3683d27cf Adjust a couple of error cases in camdd(8).
usr.sbin/camdd/camdd.c:
	In camdd_probe_file(), fix an error case after fstat where
	we were bailing out and leaving two lines of cleanup code
	unexecuted.  Instead, just goto bailout_error.

	In camdd_probe_pass(), fail if the sector size is 0.

Sponsored by:	Spectra Logic
MFC after:	3 days
2016-05-19 19:13:43 +00:00
..
camdd.8
camdd.c Adjust a couple of error cases in camdd(8). 2016-05-19 19:13:43 +00:00
Makefile camadd does not require linking to libsbuf or libbsdxml directly 2015-12-24 11:43:32 +00:00
Makefile.depend