Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 17:43:20 UTC 2017

Modified Files:
        src/sys/arch/sh3/include: signal.h

Log Message:
need <sys/sigtypes.h> for sigset_t


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sh3/include/signal.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sh3/include/signal.h
diff -u src/sys/arch/sh3/include/signal.h:1.13 src/sys/arch/sh3/include/signal.h:1.14
--- src/sys/arch/sh3/include/signal.h:1.13	Wed Nov 19 13:36:00 2008
+++ src/sys/arch/sh3/include/signal.h	Wed Nov 29 12:43:20 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: signal.h,v 1.13 2008/11/19 18:36:00 ad Exp $	*/
+/*	$NetBSD: signal.h,v 1.14 2017/11/29 17:43:20 christos Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -39,7 +39,7 @@
 typedef int sig_atomic_t;
 
 #if defined(_NETBSD_SOURCE)
-
+#include <sys/sigtypes.h>
 /*
  * Information pushed on stack when a signal is delivered.
  * This is used by the kernel to restore state following

Reply via email to