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 Including missing include file <s...



details:   https://anonhg.NetBSD.org/src/rev/dd063b987910
branches:  trunk
changeset: 786926:dd063b987910
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed May 22 13:34:31 2013 +0000

description:
Including missing include file <sys/ioctl.h> that broke compilation.

diffstat:

 sys/arch/usermode/usermode/thunk.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 86a61336ea26 -r dd063b987910 sys/arch/usermode/usermode/thunk.c
--- a/sys/arch/usermode/usermode/thunk.c        Wed May 22 01:29:59 2013 +0000
+++ b/sys/arch/usermode/usermode/thunk.c        Wed May 22 13:34:31 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: thunk.c,v 1.82 2012/07/02 12:17:12 reinoud Exp $ */
+/* $NetBSD: thunk.c,v 1.83 2013/05/22 13:34:31 reinoud 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.82 2012/07/02 12:17:12 reinoud Exp $");
+__RCSID("$NetBSD: thunk.c,v 1.83 2013/05/22 13:34:31 reinoud Exp $");
 #endif
 
 #include <sys/types.h>
@@ -40,6 +40,7 @@
 #include <sys/socket.h>
 #include <sys/audioio.h>
 #include <sys/shm.h>
+#include <sys/ioctl.h>
 #include <machine/vmparam.h>
 
 #include <net/if.h>



Home | Main Index | Thread Index | Old Index