Whamcloud - gitweb
filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
authorTheodore Ts'o <tytso@mit.edu>
Wed, 4 Feb 2004 00:18:03 +0000 (19:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 4 Feb 2004 00:18:03 +0000 (19:18 -0500)
actually compiles on Linux.  (Addresses Debian bug
#230992)

misc/ChangeLog
misc/filefrag.c

index 6b5630c..a7adc7e 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-03  Theodore Ts'o  <tytso@mit.edu>
+
+       * 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  <tytso@mit.edu>
 
        * chattr.1.in: Clarify man page.
index 35fcf84..90137aa 100644 (file)
@@ -9,7 +9,7 @@
  * %End-Header%
  */
 
-#ifndef __LINUX__
+#ifndef __linux__
 #include <stdio.h>
 #include <stdlib.h>