Re: [PATCH] make get_be64() compile on pu with NO_UNALIGNED_LOADS

2017-07-22 Thread Junio C Hamano
Martin Ågren writes: > Applies to pu and passes the tests. I think this should be squashed in > somewhere. Perhaps a mismerge in commit d553324d ("Merge branch > 'bp/fsmonitor' into pu", 2017-07-21). Yes, you spotted a mistaken evil-merge. Thanks. > > compat/bswap.h |

[PATCH] make get_be64() compile on pu with NO_UNALIGNED_LOADS

2017-07-22 Thread Martin Ågren
1. s/unit64_t/uint64_t/ 2. add const-qualifier to *p 3. add missing closing ')' Signed-off-by: Martin Ågren --- Applies to pu and passes the tests. I think this should be squashed in somewhere. Perhaps a mismerge in commit d553324d ("Merge branch 'bp/fsmonitor' into