Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/udf Revert previous, it is actually needed. (builds ...



details:   https://anonhg.NetBSD.org/src/rev/8a151d4c7e46
branches:  trunk
changeset: 803746:8a151d4c7e46
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Nov 10 19:44:08 2014 +0000

description:
Revert previous, it is actually needed.  (builds are failing)

diffstat:

 sys/fs/udf/udf_rename.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a534963bb12d -r 8a151d4c7e46 sys/fs/udf/udf_rename.c
--- a/sys/fs/udf/udf_rename.c   Mon Nov 10 18:46:33 2014 +0000
+++ b/sys/fs/udf/udf_rename.c   Mon Nov 10 19:44:08 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_rename.c,v 1.11 2014/11/10 18:46:33 maxv Exp $ */
+/* $NetBSD: udf_rename.c,v 1.12 2014/11/10 19:44:08 riz Exp $ */
 
 /*
  * Copyright (c) 2013 Reinoud Zandijk
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udf_rename.c,v 1.11 2014/11/10 18:46:33 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_rename.c,v 1.12 2014/11/10 19:44:08 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/errno.h>
@@ -36,6 +36,7 @@
 #include <sys/mount.h>
 #include <sys/namei.h>
 #include <sys/stat.h>
+#include <sys/malloc.h>
 #include <sys/dirent.h>
 #include <sys/vnode.h>
 #include <sys/vnode_if.h>



Home | Main Index | Thread Index | Old Index