Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/03/2001 08:57:58
Module Name: basesrc
Committed By: enami
Date: Wed Jan 3 06:57:57 UTC 2001
Modified Files:
basesrc/sbin/disklabel: disklabel.c
Log Message:
Test read(2) failure by read(..., sizeof(n)) != sizeof(n) instead of
< sizeof(n) to avoid unwanted type promotion.
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 basesrc/sbin/disklabel/disklabel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.