Port dev_change_net_namespace()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 29 Jul 2009 01:15:29 +0000 (18:15 -0700)
committerLuis 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

index 23416e46c5aa9d0f43fa80d317a79a749c84322a..4f5d0c7a4260ddda46aa54d53f7bc7ae3f8fc114 100644 (file)
@@ -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 */