projects
/
platform
/
upstream
/
ebtables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71f561
)
permute includes to get this to compile
author
Bart De Schuymer
<bdschuym@pandora.be>
Sun, 16 Jun 2002 09:20:22 +0000
(09:20 +0000)
committer
Bart De Schuymer
<bdschuym@pandora.be>
Sun, 16 Jun 2002 09:20:22 +0000
(09:20 +0000)
extensions/ebt_vlan.c
patch
|
blob
|
history
diff --git
a/extensions/ebt_vlan.c
b/extensions/ebt_vlan.c
index
b905f44
..
2379f97
100644
(file)
--- a/
extensions/ebt_vlan.c
+++ b/
extensions/ebt_vlan.c
@@
-13,17
+13,16
@@
* License: GPL
*
*/
-
-#include <getopt.h>
-#include <netinet/in.h>
+
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/socket.h>
-
-#include <
linux/netfilter_bridge/ebt_vlan
.h>
+#include <netinet/in.h>
+#include <
string
.h>
#include <linux/netfilter_bridge/ebtables.h>
+#include <getopt.h>
#include "../include/ebtables_u.h"
+#include <linux/netfilter_bridge/ebt_vlan.h>
#define VLAN_ID '1'
#define VLAN_PRIO '2'