projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a89510
)
Port dev_change_net_namespace()
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 29 Jul 2009 01:15:29 +0000
(18:15 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 29 Jul 2009 01:15:29 +0000
(18:15 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat-2.6.32.h
patch
|
blob
|
history
diff --git
a/compat/compat-2.6.32.h
b/compat/compat-2.6.32.h
index 23416e46c5aa9d0f43fa80d317a79a749c84322a..4f5d0c7a4260ddda46aa54d53f7bc7ae3f8fc114 100644
(file)
--- a/
compat/compat-2.6.32.h
+++ b/
compat/compat-2.6.32.h
@@
-27,6
+27,8
@@
#define genlmsg_multicast_netns(a, b, c, d, e) genlmsg_multicast(b, c, d, e)
#define genlmsg_multicast_allns(a, b, c, d) genlmsg_multicast(a, b, c, d)
+#define dev_change_net_namespace(a, b, c) (-EOPNOTSUPP)
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)) */
#endif /* LINUX_26_32_COMPAT_H */