Added license to compat headers.

removed compat_user.h because it isn't used.
This commit is contained in:
Maximilian Münchow 2016-10-12 12:16:16 +02:00
parent 3ad7aabe34
commit e31b6cf80c
4 changed files with 21 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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