Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 include <compat/sys/siginfo.h> for sigin...



details:   https://anonhg.NetBSD.org/src/rev/3a5e10101d42
branches:  trunk
changeset: 828520:3a5e10101d42
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 18 00:33:32 2017 +0000

description:
include <compat/sys/siginfo.h> for siginfo32_t.

diffstat:

 sys/compat/netbsd32/netbsd32.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f28c972a7957 -r 3a5e10101d42 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Sun Dec 17 22:09:47 2017 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Mon Dec 18 00:33:32 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.115 2017/12/17 20:59:27 christos Exp $  */
+/*     $NetBSD: netbsd32.h,v 1.116 2017/12/18 00:33:32 mrg Exp $       */
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -49,6 +49,7 @@
 #include <compat/sys/ucontext.h>
 #include <compat/sys/mount.h>
 #include <compat/sys/signal.h>
+#include <compat/sys/siginfo.h>
 
 #include <nfs/rpcv2.h>
 



Home | Main Index | Thread Index | Old Index