On Fri, Feb 04, 2022 at 07:20:21PM +0100, Theo Buehler wrote: > On Fri, Feb 04, 2022 at 03:59:34PM +0100, Claudio Jeker wrote: > > This is something I wanted to do for a while. Switch from u_intXY_t to > > uintXY_t from stdint.h. The diff is mostly mechanical and was done with > > sed -i 's/u_intX_t/uintX_t/g' but uint8_t changes the tab spacing and so > > I had a look over the code and reindented where it made sense. > > Using stdint.h types will mostly help portability. > > ok (the only object change on amd64 is in util.c - not sure why). > > I was wondering if u_char shouldn't be replaced as well.
There are u_char, u_short and u_int in bgpd. I have not fully made up my mind about those. There will be a follow up diff for those. -- :wq Claudio
