Source-Changes-HG archive

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

src: Pull up revision 1.116 of sys/compat/netbsd32/netbsd32.h to...



details:   https://anonhg.NetBSD.org/src/rev/5a2c963e230d
branches:  netbsd-8
changeset: 318154:5a2c963e230d
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Apr 14 03:04:06 2018 +0000
description:
Pull up revision 1.116 of sys/compat/netbsd32/netbsd32.h to fix fallout
from ticket #713:
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 130aeb5cf6b5 -r 5a2c963e230d sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Thu Apr 12 20:09:38 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Sat Apr 14 03:04:06 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.114.8.1 2018/04/12 13:42:49 martin Exp $        */
+/*     $NetBSD: netbsd32.h,v 1.114.8.2 2018/04/14 03:04:06 snj 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