Module Name: src Committed By: jmcneill Date: Sun Aug 28 18:48:46 UTC 2011
Modified Files: src/sys/arch/usermode/usermode: procfs_machdep.c Log Message: pull in sys/mount.h; build fix for amd64 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/usermode/usermode/procfs_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/usermode/usermode/procfs_machdep.c diff -u src/sys/arch/usermode/usermode/procfs_machdep.c:1.1 src/sys/arch/usermode/usermode/procfs_machdep.c:1.2 --- src/sys/arch/usermode/usermode/procfs_machdep.c:1.1 Wed Aug 24 10:59:37 2011 +++ src/sys/arch/usermode/usermode/procfs_machdep.c Sun Aug 28 18:48:46 2011 @@ -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 <jmcne...@invisible.ca> @@ -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>