diff options
author | Etienne Brateau <etienne.brateau@gmail.com> | 2022-01-23 05:17:02 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-23 10:58:10 +0100 |
commit | 607df509321e62279ffb2b267f003dae943bceb1 (patch) | |
tree | b9c19cfd24db119fc473cb7c300b5898cd020fa2 /ext2fs/ext2fs.h | |
parent | 070e63450b23f8affce3345c54be35d64eb5bf30 (diff) | |
download | hurd-607df509321e62279ffb2b267f003dae943bceb1.tar.gz hurd-607df509321e62279ffb2b267f003dae943bceb1.tar.bz2 hurd-607df509321e62279ffb2b267f003dae943bceb1.zip |
move to ext2_fs.h a #define
This makes all #define be grouped at the same place
Message-Id: <20220123041715.19402-4-etienne.brateau@gmail.com>
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r-- | ext2fs/ext2fs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index bc60af7b..003e2753 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -33,8 +33,6 @@ #include <pthread.h> #include <sys/mman.h> -#define __hurd__ /* Enable some hurd-specific fields. */ - /* Types used by the ext2 header files. */ typedef u_int32_t __u32; typedef int32_t __s32; @@ -45,8 +43,6 @@ typedef int8_t __s8; #include "ext2_fs.h" -#define i_mode_high osd2.hurd2.h_i_mode_high /* missing from ext2_fs.h */ - /* If ext2_fs.h defined a debug routine, undef it and use our own. */ #undef ext2_debug @@ -62,8 +58,6 @@ extern int ext2_debug_flag; #define ext2_debug(f, a...) (void)0 #endif -#undef __hurd__ - /* Define this if memory objects should not be cached by the kernel. Normally, don't define it, but defining it causes a much greater rate of paging requests, which may be helpful in catching bugs. */ |