From: deraadt Date: Mon, 19 Jan 2015 07:41:01 +0000 (+0000) Subject: If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f153452a7b92c3ebdd7f56e6f93752fbf08d76ac;p=openbsd If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy honouring systems before 4.3BSD. --- diff --git a/usr.sbin/rbootd/defs.h b/usr.sbin/rbootd/defs.h index eff3f0419a2..39270824bcf 100644 --- a/usr.sbin/rbootd/defs.h +++ b/usr.sbin/rbootd/defs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.9 2015/01/16 06:40:19 deraadt Exp $ */ +/* $OpenBSD: defs.h,v 1.10 2015/01/19 07:41:01 deraadt Exp $ */ /* $NetBSD: defs.h,v 1.5 1995/10/06 05:12:14 thorpej Exp $ */ /* @@ -51,16 +51,6 @@ ** include this. */ -/* - * SIGUSR1 and SIGUSR2 are defined in for 4.3BSD systems. - */ -#ifndef SIGUSR1 -#define SIGUSR1 SIGEMT -#endif -#ifndef SIGUSR2 -#define SIGUSR2 SIGFPE -#endif - /* * These can be faster & more efficient than strcmp()/strncmp()... */