Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/lkm/vfs/miscfs/union Pull up revision 1.7 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/ac23eedccae8
branches:  netbsd-2-0
changeset: 561163:ac23eedccae8
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 09:06:17 2004 +0000

description:
Pull up revision 1.7 (requested by mhitch in ticket #394):
Addition of header files for sysctl set function prototypes referenced
structs defined in other header files.  Gcc 2.95 on vax doesn't like this.
Add appropriate header files to fix vax compile failures.

diffstat:

 sys/lkm/vfs/miscfs/union/lkminit_vfs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r bf898c6e3d90 -r ac23eedccae8 sys/lkm/vfs/miscfs/union/lkminit_vfs.c
--- a/sys/lkm/vfs/miscfs/union/lkminit_vfs.c    Sat May 29 09:06:11 2004 +0000
+++ b/sys/lkm/vfs/miscfs/union/lkminit_vfs.c    Sat May 29 09:06:17 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lkminit_vfs.c,v 1.5.4.1 2004/05/23 10:45:59 tron Exp $ */
+/* $NetBSD: lkminit_vfs.c,v 1.5.4.2 2004/05/29 09:06:17 tron Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5.4.1 2004/05/23 10:45:59 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5.4.2 2004/05/29 09:06:17 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/sysctl.h>
@@ -49,6 +49,7 @@
 #include <sys/lkm.h>
 #include <sys/file.h>
 #include <sys/errno.h>
+#include <sys/namei.h>
 
 #include <fs/union/union.h>
 



Home | Main Index | Thread Index | Old Index