Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/disklabel pullup 1.67->1.68 (David Brownlee)
details: https://anonhg.NetBSD.org/src/rev/ce6488d2c313
branches: netbsd-1-4
changeset: 468575:ce6488d2c313
user: perry <perry%NetBSD.org@localhost>
date: Fri Apr 30 15:15:43 1999 +0000
description:
pullup 1.67->1.68 (David Brownlee)
diffstat:
sbin/disklabel/disklabel.c | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (32 lines):
diff -r 85194e4d198b -r ce6488d2c313 sbin/disklabel/disklabel.c
--- a/sbin/disklabel/disklabel.c Fri Apr 30 15:10:10 1999 +0000
+++ b/sbin/disklabel/disklabel.c Fri Apr 30 15:15:43 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.c,v 1.63.2.2 1999/04/29 20:23:49 perry Exp $ */
+/* $NetBSD: disklabel.c,v 1.63.2.3 1999/04/30 15:15:43 perry Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -47,7 +47,7 @@
static char sccsid[] = "@(#)disklabel.c 8.4 (Berkeley) 5/4/95";
/* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */
#else
-__RCSID("$NetBSD: disklabel.c,v 1.63.2.2 1999/04/29 20:23:49 perry Exp $");
+__RCSID("$NetBSD: disklabel.c,v 1.63.2.3 1999/04/30 15:15:43 perry Exp $");
#endif
#endif /* not lint */
@@ -1737,13 +1737,6 @@
warnx("warning, partition %c: size 0, but offset %d",
part, pp->p_offset);
#ifdef STRICT_CYLINDER_ALIGNMENT
- if (pp->p_size % lp->d_secpercyl &&
- pp->p_size + pp->p_offset != lp->d_secperunit) {
- warnx("warning, partition %c:"
- " size %% cylinder-size != 0",
- part);
- errors++;
- }
if (pp->p_offset % lp->d_secpercyl) {
warnx("warning, partition %c:"
" offset %% cylinder-size != 0",
Home |
Main Index |
Thread Index |
Old Index