[BACK]Return to reboot.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / bin / reboot

Diff for /prex-old/usr/bin/reboot/reboot.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:47 version 1.1.1.1.2.1, 2008/08/13 17:12:35
Line 54 
Line 54 
         /* kill(-1, SIGTERM); */          /* kill(-1, SIGTERM); */
         sleep(1);          sleep(1);
   
         sync();  
         reboot(0);          reboot(0);
   
         fprintf(stderr, "reboot failed!\n");          fprintf(stderr, "reboot failed!\n");

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb