From eacee7dae4a192d1051261be6f6e8592235203d9 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 11 Mar 2005 09:17:21 +0000 Subject: [PATCH] - update from HEAD --- lnet/utils/debug.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 16186ee..462a91d 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -41,7 +41,6 @@ #include #include #include - #include #include @@ -736,8 +735,8 @@ static int jt_dbg_modules_2_4(int argc, char **argv) } return 0; -#endif /* Headers are 2.6-only */ -#endif /* !HAVE_LINUX_VERSION_H */ +#endif // Headers are 2.6-only +#endif // !HAVE_LINUX_VERSION_H return -EINVAL; } -- 1.8.3.1