diff options
| author | srivijitha dugganapalli <Srivijitha.Dugganapalli@Sun.COM> | 2009-04-09 13:20:50 -0600 |
|---|---|---|
| committer | srivijitha dugganapalli <Srivijitha.Dugganapalli@Sun.COM> | 2009-04-09 13:20:50 -0600 |
| commit | ed141cfca535fc26451c4bd9a2cfb6172af449c2 (patch) | |
| tree | 01e3ccb2e213367d3986226d0032be51eeb4eadc /usr/src/cmd/stmsboot | |
| parent | ee9c203b1f94e95f194b035c4166c79fab792a78 (diff) | |
| download | illumos-joyent-ed141cfca535fc26451c4bd9a2cfb6172af449c2.tar.gz | |
6818457 libdevid include/mapfile don't correctly identify private interfaces
Diffstat (limited to 'usr/src/cmd/stmsboot')
| -rw-r--r-- | usr/src/cmd/stmsboot/stmsboot_util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/stmsboot/stmsboot_util.c b/usr/src/cmd/stmsboot/stmsboot_util.c index 06af0ca964..97c14fae44 100644 --- a/usr/src/cmd/stmsboot/stmsboot_util.c +++ b/usr/src/cmd/stmsboot/stmsboot_util.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -39,6 +39,7 @@ #include <locale.h> #include <libintl.h> #include <devid.h> +#include <sys/libdevid.h> #include <sys/modctl.h> /* for MAXMODCONFNAME */ #include <sys/scsi/adapters/scsi_vhci.h> |
