diff options
author | phk <phk@FreeBSD.org> | 2002-05-21 19:50:04 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-05-21 19:50:04 +0000 |
commit | 8623a7bc17bf717c85ed19c0dcd320600b1360fb (patch) | |
tree | be13846f2b1a245bfdcf4c7bba0be562dae554da /sys/geom/geom_disk.c | |
parent | 37981f345cceca42470a26bc5c4164cbdbd630cb (diff) | |
download | FreeBSD-src-8623a7bc17bf717c85ed19c0dcd320600b1360fb.zip FreeBSD-src-8623a7bc17bf717c85ed19c0dcd320600b1360fb.tar.gz |
Remove the "-class" suffix from classes, they will not be ambiguous.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom_disk.c')
-rw-r--r-- | sys/geom/geom_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index 6abb492..b843023 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -57,7 +57,7 @@ static g_access_t g_disk_access; struct g_class g_disk_class = { - "DISK-class", + "DISK", NULL, NULL, G_CLASS_INITSTUFF |