From: Theodore Ts'o Date: Wed, 4 Feb 2004 00:18:03 +0000 (-0500) Subject: filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it X-Git-Tag: E2FSPROGS-1_35~20 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d605ba11ab86a0a5885a82c842f649a438ac179d;p=tools%2Fe2fsprogs.git filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it actually compiles on Linux. (Addresses Debian bug #230992) --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 6b5630c..a7adc7e 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,9 @@ +2004-02-03 Theodore Ts'o + + * filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it + actually compiles on Linux. (Addresses Debian bug + #230992) + 2004-01-31 Theodore Ts'o * chattr.1.in: Clarify man page. diff --git a/misc/filefrag.c b/misc/filefrag.c index 35fcf84..90137aa 100644 --- a/misc/filefrag.c +++ b/misc/filefrag.c @@ -9,7 +9,7 @@ * %End-Header% */ -#ifndef __LINUX__ +#ifndef __linux__ #include #include