=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/misc.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/bgplg/misc.c 2006/12/12 11:43:50 1.2 --- src/usr.bin/bgplg/misc.c 2009/05/01 22:27:23 1.3 *************** *** 1,4 **** ! /* $OpenBSD: misc.c,v 1.2 2006/12/12 11:43:50 reyk Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter --- 1,4 ---- ! /* $OpenBSD: misc.c,v 1.3 2009/05/01 22:27:23 sthen Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter *************** *** 90,96 **** lg_sig_alarm(int sig) { if (child != -1) { ! /* Forceibly kill the child, no excuse... */ kill(child, SIGKILL); } } --- 90,96 ---- lg_sig_alarm(int sig) { if (child != -1) { ! /* Forcibly kill the child, no excuse... */ kill(child, SIGKILL); } }