diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-03-24 21:55:32 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-03-29 09:58:48 -0700 |
commit | a104dbc06eae69b60121e737d0ba974aac60dc6a (patch) | |
tree | d73c096d912ec68769efb2227eff53830decd80a /usr/src/cmd/prtconf/prtconf.h | |
parent | b02c66516a6aadef8a13ec557a60786617261a11 (diff) | |
download | illumos-gate-a104dbc06eae69b60121e737d0ba974aac60dc6a.tar.gz |
3940 add prtconf -m
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/prtconf/prtconf.h')
-rw-r--r-- | usr/src/cmd/prtconf/prtconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/prtconf/prtconf.h b/usr/src/cmd/prtconf/prtconf.h index 5f9abe968c..0284cc8af1 100644 --- a/usr/src/cmd/prtconf/prtconf.h +++ b/usr/src/cmd/prtconf/prtconf.h @@ -54,6 +54,7 @@ struct prt_opts { int o_drv_name; int o_pseudodevs; int o_fbname; + int o_memory; int o_noheader; int o_prominfo; int o_productinfo; |