fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / net / tipc / tipc_bearer.h
index e07136d..2151a80 100644 (file)
@@ -58,7 +58,7 @@
  */
 
 struct tipc_media_addr {
-       __u32  type;                    /* bearer type (network byte order) */
+       __be32  type;                   /* bearer type (network byte order) */
        union {
                __u8   eth_addr[6];     /* 48 bit Ethernet addr (byte array) */ 
 #if 0