diff options
author | petede <none@none> | 2007-08-23 09:29:53 -0700 |
---|---|---|
committer | petede <none@none> | 2007-08-23 09:29:53 -0700 |
commit | 22c197da62805c572ed18b30ba2470440298f422 (patch) | |
tree | 1137bc4465e63316a5961894f0c8c38dc9585260 /usr/src/uts/common/io/lvm/raid/raid.c | |
parent | db11989eba94cf47ce5bf1b5d90354fa5855a69f (diff) | |
download | illumos-joyent-22c197da62805c572ed18b30ba2470440298f422.tar.gz |
6464843 metaset -s <setname> -C purge should work on oban sets
6560809 SVM modules should not use SCCS keywords in user-visible strings
Diffstat (limited to 'usr/src/uts/common/io/lvm/raid/raid.c')
-rw-r--r-- | usr/src/uts/common/io/lvm/raid/raid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/lvm/raid/raid.c b/usr/src/uts/common/io/lvm/raid/raid.c index f2e8c12cf6..8f9c9990e5 100644 --- a/usr/src/uts/common/io/lvm/raid/raid.c +++ b/usr/src/uts/common/io/lvm/raid/raid.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -4434,4 +4434,4 @@ fini_uninit() } /* define the module linkage */ -MD_PLUGIN_MISC_MODULE("raid module %I%", init_init(), fini_uninit()) +MD_PLUGIN_MISC_MODULE("raid module", init_init(), fini_uninit()) |