diff options
| author | Gordon Ross <gwr@nexenta.com> | 2019-05-22 18:11:33 -0400 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2019-05-29 18:15:45 -0400 |
| commit | b3b3563308068a7fafd98cf3021c73aedc1caa6c (patch) | |
| tree | e99a5a41c0505562a0a79ef1a9eea9e4b3c49eff /usr/src/cmd/lp | |
| parent | 810e978011ea80127b0a15368276459b566a3241 (diff) | |
| download | illumos-joyent-b3b3563308068a7fafd98cf3021c73aedc1caa6c.tar.gz | |
11060 sys/zone.h exposes more than it should
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Michal Nowak <mnowak@startmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/lp')
| -rw-r--r-- | usr/src/cmd/lp/include/printers.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr/src/cmd/lp/include/printers.h b/usr/src/cmd/lp/include/printers.h index ff66ead90c..915f9a6eb3 100644 --- a/usr/src/cmd/lp/include/printers.h +++ b/usr/src/cmd/lp/include/printers.h @@ -32,16 +32,6 @@ #define _LP_PRINTERS_H /* - * The following conflicts are also defined in sys/processor.h. - */ -#if defined PS_FAULTED -#undef PS_FAULTED -#endif -#if defined PS_DISABLED -#undef PS_DISABLED -#endif - -/* * Define the following to support administrator configurable * streams modules: */ |
