From nobody@FreeBSD.org  Wed Mar 12 16:05:04 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D89AC106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2008 16:05:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B4FF48FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2008 16:05:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2CG1mYZ094888
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2008 16:01:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2CG1mig094887;
	Wed, 12 Mar 2008 16:01:48 GMT
	(envelope-from nobody)
Message-Id: <200803121601.m2CG1mig094887@www.freebsd.org>
Date: Wed, 12 Mar 2008 16:01:48 GMT
From: OISHI Masakuni <yamasa@bsdhouse.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: A comma is missing in disklabel.h
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121645
>Category:       bin
>Synopsis:       A comma is missing in disklabel.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 12 16:10:01 UTC 2008
>Closed-Date:    Sat Mar 15 14:42:40 UTC 2008
>Last-Modified:  Sat Mar 15 14:50:01 UTC 2008
>Originator:     OISHI Masakuni
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
FreeBSD 8.0-CURRENT #0: Tue Mar 11 23:01:37 JST 2008
>Description:
A comma is missing in disklabel.h line 263.


--- disklabel.h.old     2007-12-11 23:40:15.659977467 +0900
+++ disklabel.h 2008-03-13 00:57:05.589398005 +0900
@@ -260,7 +260,7 @@
        "?",
        "?",
        "UDF",
-       "?"
+       "?",
        "EFS",
        "ZFS",
        NULL

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Wed Mar 12 17:38:51 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121645 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Wed Mar 12 18:25:54 UTC 2008 
State-Changed-Why:  
Patched in CURRENT, MFC in a few days. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121645 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/121645: commit references a PR
Date: Wed, 12 Mar 2008 18:25:55 +0000 (UTC)

 remko       2008-03-12 18:25:47 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/sys              disklabel.h 
   Log:
   Add missing comma.
   
   PR:             bin/121645
   Submitted by:   OISHI Masakuni <yamasa at bsdhouse dot org>
   Approved by:    imp (mentor, implicit for trivial changes)
   MFC after:      3 days
   
   Revision  Changes    Path
   1.111     +1 -1      src/sys/sys/disklabel.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Sat Mar 15 14:42:39 UTC 2008 
State-Changed-Why:  
MFCd to all relevant branches, thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121645 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/121645: commit references a PR
Date: Sat, 15 Mar 2008 14:41:32 +0000 (UTC)

 remko       2008-03-15 14:41:27 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/sys              disklabel.h 
   Log:
   MFC rev 1.111 disklabel.h
   
     Add missing comma.
   
     PR:             bin/121645
     Submitted by:   OISHI Masakuni <yamasa at bsdhouse dot org>
     Approved by:    imp (mentor, implicit for trivial changes)
     MFC after:      3 days
   
   Approved by:    imp (mentor, implicit)
   
   Revision   Changes    Path
   1.108.2.2  +1 -1      src/sys/sys/disklabel.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
