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 pull in sys/mount.h; build fix fo...



details:   https://anonhg.NetBSD.org/src/rev/c213c34536e3
branches:  trunk
changeset: 768895:c213c34536e3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 28 18:48:46 2011 +0000

description:
pull in sys/mount.h; build fix for amd64

diffstat:

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

diffs (22 lines):

diff -r b781f8050a38 -r c213c34536e3 sys/arch/usermode/usermode/procfs_machdep.c
--- a/sys/arch/usermode/usermode/procfs_machdep.c       Sun Aug 28 18:48:14 2011 +0000
+++ b/sys/arch/usermode/usermode/procfs_machdep.c       Sun Aug 28 18:48:46 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_machdep.c,v 1.1 2011/08/24 10:59:37 jmcneill Exp $ */
+/* $NetBSD: procfs_machdep.c,v 1.2 2011/08/28 18:48:46 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,10 +27,11 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: procfs_machdep.c,v 1.1 2011/08/24 10:59:37 jmcneill Exp $");
+__RCSID("$NetBSD: procfs_machdep.c,v 1.2 2011/08/28 18:48:46 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/mount.h>
 
 #include <miscfs/procfs/procfs.h>
 



Home | Main Index | Thread Index | Old Index