Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/union Include "miscfs/genfs/layer_extern.h" to get pr...
details: https://anonhg.NetBSD.org/src/rev/f527794383ce
branches: trunk
changeset: 567057:f527794383ce
user: tron <tron%NetBSD.org@localhost>
date: Sun May 30 09:48:37 2004 +0000
description:
Include "miscfs/genfs/layer_extern.h" to get prototype for
layerfs_snapshot().
diffstat:
sys/fs/union/union_vfsops.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4966ef1db45a -r f527794383ce sys/fs/union/union_vfsops.c
--- a/sys/fs/union/union_vfsops.c Sun May 30 09:28:48 2004 +0000
+++ b/sys/fs/union/union_vfsops.c Sun May 30 09:48:37 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: union_vfsops.c,v 1.20 2004/05/29 23:49:31 wrstuden Exp $ */
+/* $NetBSD: union_vfsops.c,v 1.21 2004/05/30 09:48:37 tron Exp $ */
/*
* Copyright (c) 1994 The Regents of the University of California.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: union_vfsops.c,v 1.20 2004/05/29 23:49:31 wrstuden Exp $");
+__KERNEL_RCSID(0, "$NetBSD: union_vfsops.c,v 1.21 2004/05/30 09:48:37 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -93,6 +93,7 @@
#include <sys/stat.h>
#include <fs/union/union.h>
+#include <miscfs/genfs/layer_extern.h>
int union_mount __P((struct mount *, const char *, void *, struct nameidata *,
struct proc *));
Home |
Main Index |
Thread Index |
Old Index