Module Name: src
Committed By: sevan
Date: Mon Jan 29 15:48:50 UTC 2018
Modified Files:
src/sys/ufs/chfs: chfs_pool.c
Log Message:
Drop commended out include to a hardcoded path in root's home directory.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/chfs/chfs_pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/ufs/chfs/chfs_pool.c
diff -u src/sys/ufs/chfs/chfs_pool.c:1.2 src/sys/ufs/chfs/chfs_pool.c:1.3
--- src/sys/ufs/chfs/chfs_pool.c:1.2 Tue Feb 28 02:48:39 2012
+++ src/sys/ufs/chfs/chfs_pool.c Mon Jan 29 15:48:50 2018
@@ -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>
/* --------------------------------------------------------------------- */