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

Diff for /src/usr.bin/radioctl/radioctl.c between version 1.14 and 1.15

version 1.14, 2007/09/27 21:55:54 version 1.15, 2008/10/16 02:21:26
Line 138 
Line 138 
         int silent = 0;          int silent = 0;
         int mode = O_RDONLY;          int mode = O_RDONLY;
   
         if (argc < 2)  
                 usage();  
   
         radiodev = getenv(RADIO_ENV);          radiodev = getenv(RADIO_ENV);
         if (radiodev == NULL)          if (radiodev == NULL)
                 radiodev = RADIODEVICE;                  radiodev = RADIODEVICE;
Line 170 
Line 167 
   
         argc -= optind;          argc -= optind;
         argv += optind;          argv += optind;
   
           if (argc == 0)
                   show_vars = 1;
   
         /*          /*
          * Scan the options for `name=value` so the           * Scan the options for `name=value` so the

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15