Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/include Include OUR types.h a...



details:   https://anonhg.NetBSD.org/src/rev/fce183703b24
branches:  trunk
changeset: 319140:fce183703b24
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri May 18 20:24:57 2018 +0000

description:
Include OUR types.h and not the machine's. A small step to allow for
crosscompilation.

diffstat:

 sys/arch/usermode/include/thunk.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b0f5a71239b -r fce183703b24 sys/arch/usermode/include/thunk.h
--- a/sys/arch/usermode/include/thunk.h Fri May 18 20:24:16 2018 +0000
+++ b/sys/arch/usermode/include/thunk.h Fri May 18 20:24:57 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: thunk.h,v 1.62 2015/02/06 10:25:13 prlw1 Exp $ */
+/* $NetBSD: thunk.h,v 1.63 2018/05/18 20:24:57 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #ifndef _ARCH_USERMODE_INCLUDE_THUNK_H
 #define _ARCH_USERMODE_INCLUDE_THUNK_H
 
-#include <sys/types.h>
+#include "types.h"
 #include <sys/time.h>
 #include <sys/stat.h>
 #include <sys/fcntl.h>



Home | Main Index | Thread Index | Old Index