]> granicus.if.org Git - strace/commit
quota: add packed attribute to struct if_dqblk definition
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 21 Sep 2016 03:12:01 +0000 (06:12 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 27 Sep 2016 00:57:27 +0000 (00:57 +0000)
commit46b89571f57a315031ded1f960e4c9e5843f16a4
tree6b21ef3553e744f9655d09b2521c3b6521ae80ea
parent4cb1124902bb47998667e2847bb7f955adcc2515
quota: add packed attribute to struct if_dqblk definition

Since the only difference between 32-bit and 64-bit environments
regarding this structure is its padding, lets just add packed attribute
to its definition instead of going full mpers.

* quota.c (struct if_dqblk): Add ATTRIBUTE_PACKED.
quota.c