=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidaction/usbhidaction.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/usbhidaction/usbhidaction.c 2006/07/09 23:02:21 1.8 --- src/usr.bin/usbhidaction/usbhidaction.c 2007/02/23 17:37:28 1.9 *************** *** 1,4 **** ! /* $OpenBSD: usbhidaction.c,v 1.8 2006/07/09 23:02:21 mk Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: usbhidaction.c,v 1.9 2007/02/23 17:37:28 deraadt Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* *************** *** 56,62 **** int verbose = 0; int isdemon = 0; ! int reparse = 0; struct command { struct command *next; --- 56,63 ---- int verbose = 0; int isdemon = 0; ! ! volatile sig_atomic_t reparse = 0; struct command { struct command *next;