Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/hfs Replace the */ I accidentally removed in the last...
details: https://anonhg.NetBSD.org/src/rev/d033339f8a84
branches: trunk
changeset: 936279:d033339f8a84
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jul 24 05:26:37 2020 +0000
description:
Replace the */ I accidentally removed in the last commit
diffstat:
sys/fs/hfs/hfs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c40601b4ff38 -r d033339f8a84 sys/fs/hfs/hfs.h
--- a/sys/fs/hfs/hfs.h Fri Jul 24 02:25:58 2020 +0000
+++ b/sys/fs/hfs/hfs.h Fri Jul 24 05:26:37 2020 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index