Print this page
5218 posix definition of NULL
correct unistd.h and iso/stddef_iso.h
update gate source affected

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/powertop/common/suggestions.c
          +++ new/usr/src/cmd/powertop/common/suggestions.c
↓ open down ↓ 260 lines elided ↑ open up ↑
 261  261          for (n = sugg; n != NULL; n = n->next)
 262  262                  n->slice = 0;
 263  263  
 264  264          goto search;
 265  265  }
 266  266  
 267  267  void
 268  268  pt_sugg_as_root(void)
 269  269  {
 270  270          pt_sugg_add("Suggestion: run as root to get suggestions"
 271      -            " for reducing system power consumption",  40, NULL, NULL,
      271 +            " for reducing system power consumption",  40, '\0', NULL,
 272  272              NULL);
 273  273  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX