Changeset 84509 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- May 25, 2020 3:09:24 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138238
- Location:
- trunk/src/VBox/Runtime/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/ftp-server.cpp
r82842 r84509 105 105 size_t cchName; 106 106 /** The entry name. */ 107 RT_FLEXIBLE_ARRAY_EXTENSION 107 108 char szName[RT_FLEXIBLE_ARRAY]; 108 109 } RTFTPDIRENTRY; -
trunk/src/VBox/Runtime/generic/http-curl.cpp
r83356 r84509 128 128 uint32_t offValue; 129 129 /** The full header field. */ 130 char szData[RT_FLEXIBLE_ARRAY]; 130 RT_FLEXIBLE_ARRAY_EXTENSION 131 RT_GCC_EXTENSION char szData[RT_FLEXIBLE_ARRAY]; 131 132 } RTHTTPHEADER; 132 133 /** Pointer to a HTTP header. */
Note:
See TracChangeset
for help on using the changeset viewer.