Bug 121645

Summary: A comma is missing in disklabel.h
Product: Base System Reporter: OISHI Masakuni <yamasa>
Component: binAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.0-CURRENT   
Hardware: Any   
OS: Any   

Description OISHI Masakuni 2008-03-12 16:10:01 UTC
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
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2008-03-12 17:38:51 UTC
Responsible Changed
From-To: freebsd-bugs->remko

I'll take it.
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2008-03-12 18:25:54 UTC
State Changed
From-To: open->patched

Patched in CURRENT, MFC in a few days.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-12 18:25:55 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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-15 14:41:32 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"
Comment 5 Remko Lodder freebsd_committer freebsd_triage 2008-03-15 14:42:39 UTC
State Changed
From-To: patched->closed

MFCd to all relevant branches, thanks for your submission!