Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/disklabel Pull up revision 1.3 (requested by lukem):



details:   https://anonhg.NetBSD.org/src/rev/6af13b67f8f1
branches:  netbsd-1-5
changeset: 490756:6af13b67f8f1
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 22:27:02 2001 +0000

description:
Pull up revision 1.3 (requested by lukem):
  Several fixes and enhancements:
  o with ``-I'', initialize the label if it's not there, it's
    corrupt, or there's no ``fake'' label.
  o correct partition table header
  o move some functions into a separate file for other programs
    to use
  o fix examples and cross references
  o various cleanups

diffstat:

 sbin/disklabel/dkcksum.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (9 lines):

diff -r 3b5978abe802 -r 6af13b67f8f1 sbin/disklabel/dkcksum.h
--- a/sbin/disklabel/dkcksum.h  Mon Feb 26 22:26:49 2001 +0000
+++ b/sbin/disklabel/dkcksum.h  Mon Feb 26 22:27:02 2001 +0000
@@ -1,3 +1,3 @@
-/*     $NetBSD: dkcksum.h,v 1.2 1998/01/09 08:04:00 perry Exp $        */
+/*     $NetBSD: dkcksum.h,v 1.2.10.1 2001/02/26 22:27:02 he Exp $      */
 
-u_short dkcksum __P((struct disklabel *));
+u_short        dkcksum(struct disklabel *);



Home | Main Index | Thread Index | Old Index