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

Diff for /src/usr.bin/usbhidaction/usbhidaction.c between version 1.8 and 1.9

version 1.8, 2006/07/09 23:02:21 version 1.9, 2007/02/23 17:37:28
Line 56 
Line 56 
   
 int verbose = 0;  int verbose = 0;
 int isdemon = 0;  int isdemon = 0;
 int reparse = 0;  
   volatile sig_atomic_t reparse = 0;
   
 struct command {  struct command {
         struct command *next;          struct command *next;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9