| commit | 57eac8416ca75d459a606856a6e3e06d222e04f4 | [log] [tgz] |
|---|---|---|
| author | Jeff Mahoney <jeffm@suse.com> | Tue Sep 17 13:28:53 2013 -0400 |
| committer | Jeff Mahoney <jeffm@suse.com> | Tue Sep 17 13:28:53 2013 -0400 |
| tree | 238253bb2280243efc64854d815ae4b516806273 | |
| parent | 19566d08786018414e789d24c5352e6e1e5e4067 [diff] |
reiserfsprogs: add helpers for constant endian routines Initializing structures with little endian values requires a const value. This means that the endian routines that are macro blocks cause build failures. This patch introduces constant_ macros that don't involve an assignment. These can only be used with constant values or unexpected results may occur. Signed-off-by: Jeff Mahoney <jeffm@suse.com>