From: Theodore Ts'o Date: Mon, 20 Oct 1997 00:37:40 +0000 (+0000) Subject: ChangeLog, .del-ext2_fs.h~7a460879: X-Git-Tag: PQ_SNAPSHOT_971103~26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b69096a348f8418dd0951d17ecb9605b418176f4;p=tools%2Fe2fsprogs.git ChangeLog, .del-ext2_fs.h~7a460879: Comment out the EXT2_DEBUG code, since it's only needed for the kernel and the ... notation makes some cpp's complain. --- diff --git a/include/linux/ChangeLog b/include/linux/ChangeLog index da5d24b..c4f8b58 100644 --- a/include/linux/ChangeLog +++ b/include/linux/ChangeLog @@ -1,6 +1,10 @@ Sun Oct 19 19:08:03 1997 Theodore Ts'o - * Fix the type definitions of __s64 and __u64 if long long is used. + * ext2_fs.h: #if 0 out the EXT2_DEBUG code, since it's only needed + for the kernel and the ... notation makes some cpp's complain. + + * types.h.in: Fix the type definitions of __s64 and __u64 if long + long is used. Tue Jun 17 01:33:20 1997 Theodore Ts'o diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h index a045425..2fa3a9e 100644 --- a/include/linux/ext2_fs.h +++ b/include/linux/ext2_fs.h @@ -41,6 +41,7 @@ /* * Debug code */ +#if 0 #ifdef EXT2FS_DEBUG # define ext2_debug(f, a...) { \ printk ("EXT2-fs DEBUG (%s, %d): %s:", \ @@ -50,6 +51,7 @@ #else # define ext2_debug(f, a...) /**/ #endif +#endif /* * Special inodes numbers