summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/stand.h
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-09-26 12:01:38 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-09-26 12:01:38 +0000
commit1a4f10250275489e9b68c1c49f1898674317a616 (patch)
tree850cdb512f323f6bcf6a28d5bb42766ff4de64f4 /usr/src/boot/lib/libstand/stand.h
parent02ba530437bfbfdddf56de010d62a5ff453813ae (diff)
parentb2f2652061ea587b1b2b4e246659e1d7e7313f42 (diff)
downloadillumos-joyent-release-20170928.tar.gz
[illumos-gate merge]release-20170928
commit b2f2652061ea587b1b2b4e246659e1d7e7313f42 8507 dladm show-link segfaults if you specify too many fields commit 745cad278f6b2e392001dd1bf6b4e95d3f250a8d 8639 libofmt doesn't properly build its lint library 8640 libofmt needs to include required headers commit dbacaf56963d687dced1eddb2d3beb695f5ebc7e 8646 loader: replace EFI part devices. Conflicts: usr/src/cmd/dladm/dladm.c
Diffstat (limited to 'usr/src/boot/lib/libstand/stand.h')
-rw-r--r--usr/src/boot/lib/libstand/stand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/boot/lib/libstand/stand.h b/usr/src/boot/lib/libstand/stand.h
index 9a7e070bdc..00b4ac210c 100644
--- a/usr/src/boot/lib/libstand/stand.h
+++ b/usr/src/boot/lib/libstand/stand.h
@@ -168,6 +168,7 @@ struct devdesc
#define DEVT_NET 2
#define DEVT_CD 3
#define DEVT_ZFS 4
+#define DEVT_FD 5
int d_unit;
void *d_opendata;
};