summary refs log tree commit diff stats
path: root/include/standard-headers/linux/virtio_9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/standard-headers/linux/virtio_9p.h')
-rw-r--r--include/standard-headers/linux/virtio_9p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/virtio_9p.h b/include/standard-headers/linux/virtio_9p.h
index f5604fc5fb..da61dee98c 100644
--- a/include/standard-headers/linux/virtio_9p.h
+++ b/include/standard-headers/linux/virtio_9p.h
@@ -38,7 +38,7 @@ struct virtio_9p_config {
 	/* length of the tag name */
 	__virtio16 tag_len;
 	/* non-NULL terminated tag name */
-	uint8_t tag[0];
+	uint8_t tag[];
 } QEMU_PACKED;
 
 #endif /* _LINUX_VIRTIO_9P_H */