aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/udf
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-02-09 20:42:51 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-02-09 20:42:51 +0000
commita40ad858deb0acab743bac891de1120b8aa48814 (patch)
tree52fbd192e6e381419b595817f8a731f560086294 /sys/fs/udf
parent71f35f385d90dde031f5ad4e3dc9c3a850e6be91 (diff)
downloadsrc-a40ad858deb0acab743bac891de1120b8aa48814.tar.gz
src-a40ad858deb0acab743bac891de1120b8aa48814.zip
Use the same style as the rest of the file for the optional data string
after each path component rather than a GCC-ism.
Notes
Notes: svn path=/head/; revision=188406
Diffstat (limited to 'sys/fs/udf')
-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 30f8c8ec3733..02e62363a3da 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