freebsd-skq/sbin/bsdlabel
jh 0cae6dc51c - Don't assign the return value from read(2) to a variable of type
int.
- Use errx(3) instead of err(3) to print the error message on short
  reads in readlabel(). errno won't be set on short reads which can
  easily occur here due to the fixed size read request.

PR:		144307
Reviewed by:	bde
2010-06-30 18:34:45 +00:00
..
bsdlabel.5
bsdlabel.8 o One more s/gpt/gpart/. 2008-11-05 09:28:30 +00:00
bsdlabel.c - Don't assign the return value from read(2) to a variable of type 2010-06-30 18:34:45 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
pathnames.h
runtest.sh