Print this page
Reduce lint

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zonecfg/zonecfg.c
          +++ new/usr/src/cmd/zonecfg/zonecfg.c
↓ open down ↓ 5427 lines elided ↑ open up ↑
5428 5428  void
5429 5429  info_func(cmd_t *cmd)
5430 5430  {
5431 5431          FILE *fp = stdout;
5432 5432          boolean_t need_to_close = B_FALSE;
5433 5433          int type;
5434 5434          int res1, res2, res3;
5435 5435          uint64_t swap_limit;
5436 5436          uint64_t locked_limit;
5437 5437          uint64_t phys_limit;
5438      -        struct stat statbuf;
5439 5438  
5440 5439          assert(cmd != NULL);
5441 5440  
5442 5441          if (initialize(B_TRUE) != Z_OK)
5443 5442                  return;
5444 5443  
5445 5444          /* don't page error output */
5446 5445          if (interactive_mode) {
5447 5446                  if ((fp = pager_open()) != NULL)
5448 5447                          need_to_close = B_TRUE;
↓ open down ↓ 1837 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX