Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/arch/arm/arm32 oopppsss - it's opt_coredump.h ...
details: https://anonhg.NetBSD.org/src/rev/c07a1d2b925d
branches: pgoyette-compat
changeset: 830798:c07a1d2b925d
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Sep 27 02:41:20 2018 +0000
description:
oopppsss - it's opt_coredump.h not opt_compat_coredump.h
diffstat:
sys/arch/arm/arm32/netbsd32_machdep.c | 4 ++--
sys/arch/arm/arm32/netbsd32_machdep_13.c | 4 ++--
sys/arch/arm/arm32/netbsd32_machdep_16.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 1c53c3384a9a -r c07a1d2b925d sys/arch/arm/arm32/netbsd32_machdep.c
--- a/sys/arch/arm/arm32/netbsd32_machdep.c Thu Sep 27 02:27:05 2018 +0000
+++ b/sys/arch/arm/arm32/netbsd32_machdep.c Thu Sep 27 02:41:20 2018 +0000
@@ -29,12 +29,12 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep.c,v 1.7.16.1 2018/09/27 01:35:41 pgoyette Exp $");
+__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep.c,v 1.7.16.2 2018/09/27 02:41:20 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
#include "opt_compat_netbsd32.h"
-#include "opt_compat_coredump.h"
+#include "opt_coredump.h"
#endif
#include <sys/param.h>
diff -r 1c53c3384a9a -r c07a1d2b925d sys/arch/arm/arm32/netbsd32_machdep_13.c
--- a/sys/arch/arm/arm32/netbsd32_machdep_13.c Thu Sep 27 02:27:05 2018 +0000
+++ b/sys/arch/arm/arm32/netbsd32_machdep_13.c Thu Sep 27 02:41:20 2018 +0000
@@ -29,12 +29,12 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_13.c,v 1.1.2.1 2018/09/27 01:35:41 pgoyette Exp $");
+__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_13.c,v 1.1.2.2 2018/09/27 02:41:20 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
#include "opt_compat_netbsd32.h"
-#include "opt_compat_coredump.h"
+#include "opt_coredump.h"
#endif
#include <sys/param.h>
diff -r 1c53c3384a9a -r c07a1d2b925d sys/arch/arm/arm32/netbsd32_machdep_16.c
--- a/sys/arch/arm/arm32/netbsd32_machdep_16.c Thu Sep 27 02:27:05 2018 +0000
+++ b/sys/arch/arm/arm32/netbsd32_machdep_16.c Thu Sep 27 02:41:20 2018 +0000
@@ -29,12 +29,12 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.1 2018/09/27 01:35:41 pgoyette Exp $");
+__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.2 2018/09/27 02:41:20 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
#include "opt_compat_netbsd32.h"
-#include "opt_compat_coredump.h"
+#include "opt_coredump.h"
#endif
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index