[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.4 and 1.5

version 1.4, 2004/06/04 00:47:32 version 1.5, 2004/09/14 22:59:26
Line 77 
Line 77 
 void docmd(struct command *, int, const char *, int, char **);  void docmd(struct command *, int, const char *, int, char **);
 void freecommands(struct command *);  void freecommands(struct command *);
   
   /* ARGSUSED */
 static void  static void
 sighup(int sig)  sighup(int signo)
 {  {
         reparse = 1;          reparse = 1;
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5