summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/sh/include/signal.h3
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.