Browse Source

Added license to compat headers.

removed compat_user.h because it isn't used.
pull/1/head
Maximilian Münchow 8 years ago
parent
commit
e31b6cf80c
  1. 7
      src/compat_skbuff.h
  2. 12
      src/compat_user.h
  3. 7
      src/compat_xtables.h
  4. 7
      src/compat_xtnu.h

7
src/compat_skbuff.h

@ -1,3 +1,10 @@ @@ -1,3 +1,10 @@
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License; either
* version 2 of the License, or any later version, as published by the
* Free Software Foundation.
*/
#ifndef COMPAT_SKBUFF_H
#define COMPAT_SKBUFF_H 1

12
src/compat_user.h

@ -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 */

7
src/compat_xtables.h

@ -1,3 +1,10 @@ @@ -1,3 +1,10 @@
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License; either
* version 2 of the License, or any later version, as published by the
* Free Software Foundation.
*/
#ifndef _XTABLES_COMPAT_H
#define _XTABLES_COMPAT_H 1

7
src/compat_xtnu.h

@ -1,3 +1,10 @@ @@ -1,3 +1,10 @@
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License; either
* version 2 of the License, or any later version, as published by the
* Free Software Foundation.
*/
#ifndef _COMPAT_XTNU_H
#define _COMPAT_XTNU_H 1

Loading…
Cancel
Save