Re: [PATCH] compat/bswap: add include header guards
now before we forget. Thanks > > -- >8 -- > Subject: [PATCH] compat/bswap: add include header guards > ...
[PATCH] compat/bswap: add include header guards
On Wed, Mar 06, 2019 at 02:28:01PM +0900, Junio C Hamano wrote: > > +#ifndef COMPAT_BSWAP_H > > +#define COMPAT_BSWAP_H > [...] > > This probably is worth having as an independent clean-up. Yeah, let's do that now before we forget. -- >8 -- Subject: [PATCH] com