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 define _KMEMUSER before including...
details: https://anonhg.NetBSD.org/src/rev/b33203fc178e
branches: trunk
changeset: 791259:b33203fc178e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Nov 10 19:51:00 2013 +0000
description:
define _KMEMUSER before including machine/vmparam.h
diffstat:
sys/arch/usermode/usermode/thunk.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r c2a6b35e9533 -r b33203fc178e sys/arch/usermode/usermode/thunk.c
--- a/sys/arch/usermode/usermode/thunk.c Sun Nov 10 19:49:49 2013 +0000
+++ b/sys/arch/usermode/usermode/thunk.c Sun Nov 10 19:51:00 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: thunk.c,v 1.83 2013/05/22 13:34:31 reinoud Exp $ */
+/* $NetBSD: thunk.c,v 1.84 2013/11/10 19:51:00 jmcneill Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifdef __NetBSD__
-__RCSID("$NetBSD: thunk.c,v 1.83 2013/05/22 13:34:31 reinoud Exp $");
+__RCSID("$NetBSD: thunk.c,v 1.84 2013/11/10 19:51:00 jmcneill Exp $");
#endif
#include <sys/types.h>
@@ -41,6 +41,8 @@
#include <sys/audioio.h>
#include <sys/shm.h>
#include <sys/ioctl.h>
+
+#define _KMEMUSER
#include <machine/vmparam.h>
#include <net/if.h>
Home |
Main Index |
Thread Index |
Old Index