aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_sunlabel.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-05-21 19:50:04 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-05-21 19:50:04 +0000
commit3abe4a80a5b1c8af62c41d12ed09d34bd7b4018b (patch)
treebe13846f2b1a245bfdcf4c7bba0be562dae554da /sys/geom/geom_sunlabel.c
parentdb40007d42fa5f449ed312499635957a39a21d03 (diff)
downloadsrc-3abe4a80a5b1c8af62c41d12ed09d34bd7b4018b.tar.gz
src-3abe4a80a5b1c8af62c41d12ed09d34bd7b4018b.zip
Remove the "-class" suffix from classes, they will not be ambiguous.
Sponsored by: DARPA & NAI Labs.
Notes
Notes: svn path=/head/; revision=97075
Diffstat (limited to 'sys/geom/geom_sunlabel.c')
-rw-r--r--sys/geom/geom_sunlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c
index 3363f4e325c3..b966e5b6a3ba 100644
--- a/sys/geom/geom_sunlabel.c
+++ b/sys/geom/geom_sunlabel.c
@@ -57,7 +57,7 @@
#include <geom/geom_slice.h>
#include <machine/endian.h>
-#define SUNLABEL_CLASS_NAME "SUNLABEL-class"
+#define SUNLABEL_CLASS_NAME "SUN"
struct g_sunlabel_softc {
int foo;