=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidaction/usbhidaction.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/usbhidaction/usbhidaction.c 2022/12/04 23:50:50 1.26 --- src/usr.bin/usbhidaction/usbhidaction.c 2023/03/08 04:43:12 1.27 *************** *** 1,4 **** ! /* $OpenBSD: usbhidaction.c,v 1.26 2022/12/04 23:50:50 cheloha Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: usbhidaction.c,v 1.27 2023/03/08 04:43:12 guenther Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* *************** *** 71,77 **** void docmd(struct command *, int, const char *, int, char **); void freecommands(struct command *); - /* ARGSUSED */ static void sighup(int signo) { --- 71,76 ----