Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 18:51:36 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 17079 for review
Message-ID:  <200209050151.g851paa4080141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17079

Change 17079 by peter@peter_mckinley on 2002/09/04 18:51:07

	deal with da0p1 etc.

Affected files ...

.. //depot/projects/ia64/sbin/newfs_msdos/newfs_msdos.c#4 edit

Differences ...

==== //depot/projects/ia64/sbin/newfs_msdos/newfs_msdos.c#4 (text+ko) ====

@@ -725,7 +725,7 @@
     else
 	while (isdigit(*++s2));
     s1 = s2;
-    if (s2 && *s2 == 's') {
+    if (s2 && (*s2 == 's' || *s2 == 'p')) {
 	slice = strtol(s2 + 1, &s, 10);
 	if (slice < 1 || slice > MAX_SLICES - BASE_SLICE)
 	    s2 = NULL;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209050151.g851paa4080141>