freebsd-dev/sbin/bsdlabel
Jaakko Heinonen 049a97931c - 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 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
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 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
runtest.sh Sanitize setting of labeloffset and labelsector. 2003-06-07 09:09:39 +00:00