Module Name: src
Committed By: christos
Date: Wed Nov 29 17:49:04 UTC 2017
Modified Files:
src/sys/arch/sparc/include: signal.h
Log Message:
include <sys/sigtypes.h> for sigset_t
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc/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/sparc/include/signal.h
diff -u src/sys/arch/sparc/include/signal.h:1.22 src/sys/arch/sparc/include/signal.h:1.23
--- src/sys/arch/sparc/include/signal.h:1.22 Wed Nov 19 13:36:00 2008
+++ src/sys/arch/sparc/include/signal.h Wed Nov 29 12:49:03 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.22 2008/11/19 18:36:00 ad Exp $ */
+/* $NetBSD: signal.h,v 1.23 2017/11/29 17:49:03 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -51,7 +51,7 @@ typedef int sig_atomic_t;
#if defined(_NETBSD_SOURCE)
#ifndef _LOCORE
-
+#include <sys/sigtypes.h>
/*
* Information pushed on stack when a signal is delivered.
* This is used by the kernel to restore state following