aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamal Hadi Salim <hadi@cyberus.ca>2005-05-19 12:42:39 -0700
committerDavid S. Miller <davem@davemloft.net>2005-05-19 12:42:39 -0700
commit1eda339e76a9aac05883c548028bf91aed734783 (patch)
tree20b48f91183952048c388b353660443e44e6158f
parent[IPSEC]: Verify key payload in verify_one_algo (diff)
downloadlinux-dev-1eda339e76a9aac05883c548028bf91aed734783.tar.xz
linux-dev-1eda339e76a9aac05883c548028bf91aed734783.zip
[PKT_SCHED]: Fixup simple action define.
Make it consistent with other net/sched files Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/act_generic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/act_generic.h b/include/net/act_generic.h
index 95b120781c14..c9daa7e52300 100644
--- a/include/net/act_generic.h
+++ b/include/net/act_generic.h
@@ -2,8 +2,8 @@
* include/net/act_generic.h
*
*/
-#ifndef ACT_GENERIC_H
-#define ACT_GENERIC_H
+#ifndef _NET_ACT_GENERIC_H
+#define _NET_ACT_GENERIC_H
static inline int tcf_defact_release(struct tcf_defact *p, int bind)
{
int ret = 0;