Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix build with TFTPROOT option enabled



details:   https://anonhg.NetBSD.org/src/rev/a3c8d5a945fc
branches:  trunk
changeset: 331829:a3c8d5a945fc
user:      manu <manu%NetBSD.org@localhost>
date:      Tue Aug 26 09:38:54 2014 +0000

description:
Fix build with TFTPROOT option enabled

diffstat:

 sys/kern/subr_tftproot.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r bec40f64a1b2 -r a3c8d5a945fc sys/kern/subr_tftproot.c
--- a/sys/kern/subr_tftproot.c  Tue Aug 26 09:03:17 2014 +0000
+++ b/sys/kern/subr_tftproot.c  Tue Aug 26 09:38:54 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_tftproot.c,v 1.12 2012/12/01 11:41:50 mbalmer Exp $ */
+/*     $NetBSD: subr_tftproot.c,v 1.13 2014/08/26 09:38:54 manu Exp $ */
 
 /*-
  * Copyright (c) 2007 Emmanuel Dreyfus, all rights reserved.
@@ -39,10 +39,11 @@
 #include "opt_md.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_tftproot.c,v 1.12 2012/12/01 11:41:50 mbalmer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_tftproot.c,v 1.13 2014/08/26 09:38:54 manu Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
+#include <sys/vnode.h>
 #include <sys/mount.h>
 #include <sys/lwp.h>
 #include <sys/kmem.h>



Home | Main Index | Thread Index | Old Index