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

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

Change 17077 by peter@peter_mckinley on 2002/09/04 18:46:53

	fix some format problems

Affected files ...

.. //depot/projects/ia64/sbin/gpt/map.c#6 edit

Differences ...

==== //depot/projects/ia64/sbin/gpt/map.c#6 (text+ko) ====

@@ -79,9 +79,10 @@
 
 	if (n->map_type != MAP_TYPE_UNUSED) {
 		warnx(
-    "error: partition(%llu,%llu) overlaps partition(%llu,%llu)",
-		    (long long)start, (long long)size,
-		    (long long)n->map_start, (long long)n->map_size);
+    "error: partition(%llu,%llu,%d) overlaps partition(%llu,%llu,%d)",
+		    (long long)start, (long long)size, type, 
+		    (long long)n->map_start, (long long)n->map_size,
+		    n->map_type);
 		return (0);
 	}
 

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?200209050147.g851lUqX079582>