summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-02-09 20:42:51 +0000
committerjhb <jhb@FreeBSD.org>2009-02-09 20:42:51 +0000
commitcf9ddd99b24e2dc96a1c93ff5ce6baaca7cb8ea5 (patch)
tree52fbd192e6e381419b595817f8a731f560086294
parent7174fcbb48de047828afa21ca8d4133310384186 (diff)
downloadFreeBSD-src-cf9ddd99b24e2dc96a1c93ff5ce6baaca7cb8ea5.zip
FreeBSD-src-cf9ddd99b24e2dc96a1c93ff5ce6baaca7cb8ea5.tar.gz
Use the same style as the rest of the file for the optional data string
after each path component rather than a GCC-ism.
-rw-r--r--sys/fs/udf/ecma167-udf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/udf/ecma167-udf.h b/sys/fs/udf/ecma167-udf.h
index 30f8c8e..02e6236 100644
--- a/sys/fs/udf/ecma167-udf.h
+++ b/sys/fs/udf/ecma167-udf.h
@@ -359,7 +359,7 @@ struct path_component {
uint8_t type;
uint8_t length;
uint16_t version;
- uint8_t identifier[0];
+ uint8_t identifier[1];
} __packed;
#define UDF_PATH_ROOT 2
#define UDF_PATH_DOTDOT 3
OpenPOWER on IntegriCloud