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

Diff for /src/usr.bin/file/file.c between version 1.43 and 1.44

version 1.43, 2015/05/29 12:33:41 version 1.44, 2015/05/29 15:58:34
Line 31 
Line 31 
 #include <fcntl.h>  #include <fcntl.h>
 #include <pwd.h>  #include <pwd.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <time.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "file.h"  #include "file.h"
Line 122 
Line 123 
         struct input_msg         msg;          struct input_msg         msg;
         struct input_ack        *ack;          struct input_ack        *ack;
         pid_t                    pid, parent;          pid_t                    pid, parent;
   
           tzset();
   
         for (;;) {          for (;;) {
                 opt = getopt_long(argc, argv, "bchiLsW", longopts, NULL);                  opt = getopt_long(argc, argv, "bchiLsW", longopts, NULL);

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44