Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/usermode Include our doctored...
details: https://anonhg.NetBSD.org/src/rev/5ff637dbdf38
branches: trunk
changeset: 319127:5ff637dbdf38
user: reinoud <reinoud%NetBSD.org@localhost>
date: Fri May 18 05:51:23 2018 +0000
description:
Include our doctored types.h instead of the default
diffstat:
sys/arch/usermode/usermode/thunk.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r f9324a2953ff -r 5ff637dbdf38 sys/arch/usermode/usermode/thunk.c
--- a/sys/arch/usermode/usermode/thunk.c Fri May 18 02:03:00 2018 +0000
+++ b/sys/arch/usermode/usermode/thunk.c Fri May 18 05:51:23 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: thunk.c,v 1.87 2015/12/21 20:44:54 christos Exp $ */
+/* $NetBSD: thunk.c,v 1.88 2018/05/18 05:51:23 reinoud Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -28,10 +28,10 @@
#include <sys/cdefs.h>
#ifdef __NetBSD__
-__RCSID("$NetBSD: thunk.c,v 1.87 2015/12/21 20:44:54 christos Exp $");
+__RCSID("$NetBSD: thunk.c,v 1.88 2018/05/18 05:51:23 reinoud Exp $");
#endif
-#include <sys/types.h>
+#include "../include/types.h"
#include <sys/mman.h>
#include <stdarg.h>
#include <sys/reboot.h>
Home |
Main Index |
Thread Index |
Old Index