[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/main.c between version 1.70 and 1.71

version 1.70, 2007/07/08 17:44:20 version 1.71, 2007/07/21 14:41:07
Line 490 
Line 490 
          */           */
         if (!machine) {          if (!machine) {
 #ifndef MAKE_BOOTSTRAP  #ifndef MAKE_BOOTSTRAP
             struct utsname utsname;              static struct utsname utsname;
   
             if (uname(&utsname) == -1) {              if (uname(&utsname) == -1) {
                     perror("make: uname");                      perror("make: uname");

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71