Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common Provide linux_siginfo_t for all arch...
details: https://anonhg.NetBSD.org/src/rev/ff50bdbabbcd
branches: trunk
changeset: 771286:ff50bdbabbcd
user: martin <martin%NetBSD.org@localhost>
date: Fri Nov 18 09:17:09 2011 +0000
description:
Provide linux_siginfo_t for all archs, to unbreak kdump build.
diffstat:
sys/compat/linux/common/linux_siginfo.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e4f09206adfe -r ff50bdbabbcd sys/compat/linux/common/linux_siginfo.h
--- a/sys/compat/linux/common/linux_siginfo.h Fri Nov 18 08:20:13 2011 +0000
+++ b/sys/compat/linux/common/linux_siginfo.h Fri Nov 18 09:17:09 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_siginfo.h,v 1.15 2011/11/18 04:07:44 christos Exp $ */
+/* $NetBSD: linux_siginfo.h,v 1.16 2011/11/18 09:17:09 martin Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -46,6 +46,8 @@
#include <compat/linux/arch/arm/linux_siginfo.h>
#elif defined(__amd64__)
#include <compat/linux/arch/amd64/linux_siginfo.h>
+#else
+#define linux_siginfo_t siginfo_t
#endif
/* si_code values for non signal */
Home |
Main Index |
Thread Index |
Old Index