Module Name: src
Committed By: skrll
Date: Thu Jul 23 19:26:34 UTC 2020
Modified Files:
src/sys/fs/hfs: hfs.h
Log Message:
unifdef -U_LKM
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/fs/hfs/hfs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/hfs/hfs.h
diff -u src/sys/fs/hfs/hfs.h:1.10 src/sys/fs/hfs/hfs.h:1.11
--- src/sys/fs/hfs/hfs.h:1.10 Thu Jul 23 19:26:00 2020
+++ src/sys/fs/hfs/hfs.h Thu Jul 23 19:26:34 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: hfs.h,v 1.10 2020/07/23 19:26:00 skrll Exp $ */
+/* $NetBSD: hfs.h,v 1.11 2020/07/23 19:26:34 skrll Exp $ */
/*-
* Copyright (c) 2005, 2007 The NetBSD Foundation, Inc.
@@ -41,9 +41,9 @@
/*#define HFS_DEBUG*/
#ifdef HFS_DEBUG
- #if defined(_KERNEL) && !defined(_LKM)
+ #if defined(_KERNEL)
#include "opt_ddb.h"
- #endif /* defined(_KERNEL_) && !defined(_LKM) */
+ #endif /* defined(_KERNEL_)
#endif /* HFS_DEBUG */
#include <fs/hfs/libhfs.h>