diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2012-04-27 17:39:48 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2012-04-27 17:39:48 +0000 |
commit | f3a5fc955e59a780b16a7eba5fca2a42a40ea858 (patch) | |
tree | bfd330b8c34585f82135f0fb201d7b2bb153e55e /sys | |
parent | ab710cb1ac0c4befa795a3508d22b650cd179e59 (diff) |
Remove reg.h inclusion.
Missed by miod@ in his previous commit. Now groff should build.
Okay miod@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sh/include/signal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/include/signal.h b/sys/arch/sh/include/signal.h index fad3755efc9..7f123772a2d 100644 --- a/sys/arch/sh/include/signal.h +++ b/sys/arch/sh/include/signal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.h,v 1.4 2012/04/13 18:09:01 miod Exp $ */ +/* $OpenBSD: signal.h,v 1.5 2012/04/27 17:39:47 pirofti Exp $ */ /* $NetBSD: signal.h,v 1.12 2005/12/11 12:18:58 christos Exp $ */ /* @@ -40,7 +40,6 @@ typedef int sig_atomic_t; #if __BSD_VISIBLE || __XPG_VISIBLE >= 420 -#include <sh/reg.h> /* * Information pushed on stack when a signal is delivered. |