mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
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.
This commit is contained in:
parent
e72fdc689b
commit
b69096a348
@ -1,6 +1,10 @@
|
||||
Sun Oct 19 19:08:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
|
||||
|
||||
* 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 <tytso@rsts-11.mit.edu>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user