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 Fix missing <stdarg.h> include th...
details: https://anonhg.NetBSD.org/src/rev/58b73e7aa9e3
branches: trunk
changeset: 779964:58b73e7aa9e3
user: reinoud <reinoud%NetBSD.org@localhost>
date: Mon Jul 02 12:17:12 2012 +0000
description:
Fix missing <stdarg.h> include that breaks the autobuild
diffstat:
sys/arch/usermode/usermode/thunk.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 321738f3b52b -r 58b73e7aa9e3 sys/arch/usermode/usermode/thunk.c
--- a/sys/arch/usermode/usermode/thunk.c Mon Jul 02 11:23:40 2012 +0000
+++ b/sys/arch/usermode/usermode/thunk.c Mon Jul 02 12:17:12 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: thunk.c,v 1.81 2012/03/03 21:15:16 reinoud Exp $ */
+/* $NetBSD: thunk.c,v 1.82 2012/07/02 12:17:12 reinoud Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -28,11 +28,12 @@
#include <sys/cdefs.h>
#ifdef __NetBSD__
-__RCSID("$NetBSD: thunk.c,v 1.81 2012/03/03 21:15:16 reinoud Exp $");
+__RCSID("$NetBSD: thunk.c,v 1.82 2012/07/02 12:17:12 reinoud Exp $");
#endif
#include <sys/types.h>
#include <sys/mman.h>
+#include <stdarg.h>
#include <sys/reboot.h>
#include <sys/poll.h>
#include <sys/sysctl.h>
Home |
Main Index |
Thread Index |
Old Index