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 types.h inst...



details:   https://anonhg.NetBSD.org/src/rev/78efb8daddfc
branches:  trunk
changeset: 832558:78efb8daddfc
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 be94d4775a6f -r 78efb8daddfc 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