Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/kern Pull up following revision(s) (requested by manu...



details:   https://anonhg.NetBSD.org/src/rev/7abd98cc3867
branches:  netbsd-7
changeset: 798314:7abd98cc3867
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Aug 30 14:09:53 2014 +0000

description:
Pull up following revision(s) (requested by manu in ticket #69):
        sys/kern/subr_tftproot.c: revision 1.13
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 65d7d53bec02 -r 7abd98cc3867 sys/kern/subr_tftproot.c
--- a/sys/kern/subr_tftproot.c  Sat Aug 30 14:06:55 2014 +0000
+++ b/sys/kern/subr_tftproot.c  Sat Aug 30 14:09:53 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.12.12.1 2014/08/30 14:09:53 martin 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.12.12.1 2014/08/30 14:09:53 martin 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