| Summary: | A comma is missing in disklabel.h | ||
|---|---|---|---|
| Product: | Base System | Reporter: | OISHI Masakuni <yamasa> |
| Component: | bin | Assignee: | Remko Lodder <remko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 8.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->remko I'll take it. State Changed From-To: open->patched Patched in CURRENT, MFC in a few days. 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"
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"
State Changed From-To: patched->closed MFCd to all relevant branches, thanks for your submission! |
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