From a2c6ef2451d7677c976beebe7251ed0de9d3d392 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 26 May 2007 19:21:02 +0000 Subject: Remove variable data from information request structure --- include/l2cap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/l2cap.h b/include/l2cap.h index 5c173e28..49006803 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -175,7 +175,6 @@ typedef struct { typedef struct { uint16_t type; - uint8_t data[0]; } __attribute__ ((packed)) l2cap_info_req; #define L2CAP_INFO_REQ_SIZE 2 -- cgit