Module Name: src Committed By: skrll Date: Fri Jul 24 05:26:37 UTC 2020
Modified Files: src/sys/fs/hfs: hfs.h Log Message: Replace the */ I accidentally removed in the last commit To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 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.11 src/sys/fs/hfs/hfs.h:1.12 --- src/sys/fs/hfs/hfs.h:1.11 Thu Jul 23 19:26:34 2020 +++ src/sys/fs/hfs/hfs.h Fri Jul 24 05:26:37 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: hfs.h,v 1.11 2020/07/23 19:26:34 skrll Exp $ */ +/* $NetBSD: hfs.h,v 1.12 2020/07/24 05:26:37 skrll Exp $ */ /*- * Copyright (c) 2005, 2007 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ #ifdef HFS_DEBUG #if defined(_KERNEL) #include "opt_ddb.h" - #endif /* defined(_KERNEL_) + #endif /* defined(_KERNEL_) */ #endif /* HFS_DEBUG */ #include <fs/hfs/libhfs.h>