Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Update a pasto-ed comment.



details:   https://anonhg.NetBSD.org/src/rev/054072662883
branches:  trunk
changeset: 471732:054072662883
user:      kleink <kleink%NetBSD.org@localhost>
date:      Fri Apr 09 16:00:17 1999 +0000

description:
Update a pasto-ed comment.

diffstat:

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

diffs (18 lines):

diff -r a6e3d6d15f38 -r 054072662883 sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile   Fri Apr 09 15:41:15 1999 +0000
+++ b/sbin/disklabel/Makefile   Fri Apr 09 16:00:17 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 1999/01/21 11:58:00 pk Exp $
+#      $NetBSD: Makefile,v 1.32 1999/04/09 16:00:17 kleink Exp $
 #      @(#)Makefile    8.2 (Berkeley) 3/17/94
 
 PROG=  disklabel
@@ -17,7 +17,7 @@
 CPPFLAGS+= -DNUMBOOT=1
 .endif
 
-# recognize old partition ID for a while
+# these have additional requirements on the alignment of a partition
 .if (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") \
        || (${MACHINE} == "sun3")
 CPPFLAGS+= -DSTRICT_CYLINDER_ALIGNMENT



Home | Main Index | Thread Index | Old Index