aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tarfs/tarfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/tarfs/tarfs.h')
-rw-r--r--sys/fs/tarfs/tarfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tarfs/tarfs.h b/sys/fs/tarfs/tarfs.h
index ff1985e488cd..ffb95d2c0ac5 100644
--- a/sys/fs/tarfs/tarfs.h
+++ b/sys/fs/tarfs/tarfs.h
@@ -165,7 +165,7 @@ struct tarfs_fid {
u_short data0; /* force alignment */
ino_t ino;
unsigned long gen;
-};
+} __packed;
#define TARFS_NODE_LOCK(tnp) \
mtx_lock(&(tnp)->lock)