From 1fba07efb3a69b3cbd787d1dabce3e6d630a053c Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Sat, 15 Mar 2008 14:41:27 +0000 Subject: [PATCH] MFC rev 1.111 disklabel.h Add missing comma. PR: bin/121645 Submitted by: OISHI Masakuni Approved by: imp (mentor, implicit for trivial changes) MFC after: 3 days Approved by: imp (mentor, implicit) --- sys/sys/disklabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index a745403d83ae..5a141e8c3482 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -260,7 +260,7 @@ static const char *fstypenames[] = { "?", "?", "UDF", - "?" + "?", "EFS", "ZFS", NULL