diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2003-07-24 11:33:17 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2003-07-24 11:33:17 +0000 |
commit | 7d1cada49287d318792ed3ba018329dafabf4703 (patch) | |
tree | a3af4dd96054fd4e1a1e35bc63350876d5a1b754 /include | |
parent | 60c2009330c78914373390d82f1bee3c71f5e3ec (diff) | |
download | ebtables-7d1cada49287d318792ed3ba018329dafabf4703.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/ebtables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ebtables.h b/include/ebtables.h index f026f04..30e8441 100644 --- a/include/ebtables.h +++ b/include/ebtables.h @@ -156,9 +156,6 @@ struct ebt_entry { unsigned int target_offset; /* sizeof ebt_entry + matches + watchers + target */ unsigned int next_offset; -#ifdef KERNEL_64_USERSPACE_32 - unsigned int pad[2]; -#endif unsigned char elems[0]; }; |