Merge from master
[l2tpns.git] / l2tpns.h
index 0283842..fd7e0ba 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -252,10 +252,7 @@ typedef struct controls            // control message
 {
        struct controls *next;  // next in queue
        uint16_t length;        // length
-       union {
-               uint8_t buf[MAXCONTROL];
-               uint16_t buf16[MAXCONTROL/2];
-       } __attribute__ ((__transparent_union__));
+       uint8_t buf[MAXCONTROL];
 }
 controlt;