Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/chfs Drop commended out include to a hardcoded path ...



details:   https://anonhg.NetBSD.org/src/rev/6e6e6b53741f
branches:  trunk
changeset: 829410:6e6e6b53741f
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Jan 29 15:48:50 2018 +0000

description:
Drop commended out include to a hardcoded path in root's home directory.

diffstat:

 sys/ufs/chfs/chfs_pool.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 08272ff705f1 -r 6e6e6b53741f sys/ufs/chfs/chfs_pool.c
--- a/sys/ufs/chfs/chfs_pool.c  Mon Jan 29 11:14:12 2018 +0000
+++ b/sys/ufs/chfs/chfs_pool.c  Mon Jan 29 15:48:50 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chfs_pool.c,v 1.2 2012/02/28 02:48:39 christos Exp $   */
+/*     $NetBSD: chfs_pool.c,v 1.3 2018/01/29 15:48:50 sevan Exp $      */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -43,7 +43,6 @@
 #include <uvm/uvm.h>
 
 #include "chfs.h"
-//#include </root/xipffs/netbsd.chfs/chfs.h>
 
 /* --------------------------------------------------------------------- */
 



Home | Main Index | Thread Index | Old Index