Maximilian Münchow
8 years ago
4 changed files with 21 additions and 12 deletions
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Userspace-level compat hacks |
||||
*/ |
||||
#ifndef _XTABLES_COMPAT_USER_H |
||||
#define _XTABLES_COMPAT_USER_H 1 |
||||
|
||||
/* linux-glibc-devel 2.6.34 header screwup */ |
||||
#ifndef ALIGN |
||||
# define ALIGN(s, n) (((s) + ((n) - 1)) & ~((n) - 1)) |
||||
#endif |
||||
|
||||
#endif /* _XTABLES_COMPAT_USER_H */ |
Loading…
Reference in new issue