Module Name: src Committed By: christos Date: Wed Nov 29 17:36:16 UTC 2017
Modified Files: src/sys/arch/powerpc/include: signal.h Log Message: need sigtypes.h for sigset_t, since <sys/siginfo.h> includes this directly. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/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/powerpc/include/signal.h diff -u src/sys/arch/powerpc/include/signal.h:1.20 src/sys/arch/powerpc/include/signal.h:1.21 --- src/sys/arch/powerpc/include/signal.h:1.20 Wed Nov 19 17:59:56 2008 +++ src/sys/arch/powerpc/include/signal.h Wed Nov 29 12:36:16 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: signal.h,v 1.20 2008/11/19 22:59:56 cegger Exp $ */ +/* $NetBSD: signal.h,v 1.21 2017/11/29 17:36:16 christos Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -39,6 +39,7 @@ typedef int sig_atomic_t; #if defined(_NETBSD_SOURCE) +#include <sys/sigtypes.h> #include <machine/frame.h> #if defined(__LIBC12_SOURCE__) || defined(_KERNEL)