Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 17:54:55 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/vax/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/vax/include/signal.h
diff -u src/sys/arch/vax/include/signal.h:1.15 src/sys/arch/vax/include/signal.h:1.16
--- src/sys/arch/vax/include/signal.h:1.15	Tue Jan 13 18:56:13 2009
+++ src/sys/arch/vax/include/signal.h	Wed Nov 29 12:54:55 2017
@@ -1,4 +1,4 @@
-/*      $NetBSD: signal.h,v 1.15 2009/01/13 23:56:13 mjf Exp $   */
+/*      $NetBSD: signal.h,v 1.16 2017/11/29 17:54:55 christos Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -43,6 +43,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