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/smbfs Pull up revision 1.3 (requested by mh...



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

description:
Pull up revision 1.3 (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/smbfs/lkminit_vfs.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c36c4b1b1027 -r bf898c6e3d90 sys/lkm/vfs/smbfs/lkminit_vfs.c
--- a/sys/lkm/vfs/smbfs/lkminit_vfs.c   Sat May 29 09:05:38 2004 +0000
+++ b/sys/lkm/vfs/smbfs/lkminit_vfs.c   Sat May 29 09:06:11 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lkminit_vfs.c,v 1.1.4.1 2004/05/23 10:45:04 tron Exp $ */
+/* $NetBSD: lkminit_vfs.c,v 1.1.4.2 2004/05/29 09:06:11 tron Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.1.4.1 2004/05/23 10:45:04 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.1.4.2 2004/05/29 09:06:11 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/sysctl.h>
@@ -50,6 +50,9 @@
 #include <sys/file.h>
 #include <sys/errno.h>
 
+#include <netsmb/smb.h>
+#include <netsmb/smb_conn.h>
+
 #include <fs/smbfs/smbfs_subr.h>
 
 int smbfs_lkmentry __P((struct lkm_table *, int, int));



Home | Main Index | Thread Index | Old Index