--- gvpe/src/device-tincd.C 2005/03/25 16:05:22 1.18 +++ gvpe/src/device-tincd.C 2007/12/02 00:45:42 1.20 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with gvpe; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include @@ -67,7 +67,8 @@ // BIGGEST hack of 'em all // will be casted to data_packet, due to structural similarity -struct vpn_packet_t : net_packet { +struct vpn_packet_t : net_packet +{ u8 data[MAXSIZE]; };