Subject: PR/34547 CVS commit: src/sys/arch/hp700/hp700
To: None <skrll@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 10/04/2006 07:30:03
The following reply was made to PR port-hp700/34547; it has been noted by GNATS.
From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34547 CVS commit: src/sys/arch/hp700/hp700
Date: Wed, 4 Oct 2006 07:28:00 +0000 (UTC)
Module Name: src
Committed By: skrll
Date: Wed Oct 4 07:28:00 UTC 2006
Modified Files:
src/sys/arch/hp700/hp700: disksubr.c
Log Message:
Sync with the OpenBSD diskubr.c and fix some of our own bugs:
- copyright maintenance
- remove all the endian stuff - it didn't work
- correct a comment spello
- use the correct blkno when writing a disklabel
- don't pass garbage from the stack as the disklabel when trying to read
the LIF label in the write label case.
Fixes PR 34547 from David H. Gutteridge
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/hp700/hp700/disksubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.