diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/iwscons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/iwscons.c b/usr/src/uts/common/io/iwscons.c index 9ef426ce58..2587e18202 100644 --- a/usr/src/uts/common/io/iwscons.c +++ b/usr/src/uts/common/io/iwscons.c @@ -209,7 +209,7 @@ extern srvnops_t wscons_srvnops; static struct modldrv modldrv = { &mod_driverops, /* Type of module. This one is a pseudo driver */ - "Workstation Redirection driver 'iwscn' 1.42", + "Workstation Redirection driver 'iwscn' %I%", &iwscn_ops, /* driver ops */ }; |