"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
"Todd C. Miller" <Todd.Miller@sudo.ws>
Subject:
Re: diff: stdint.h
To:
Christian Weisgerber <naddy@mips.inka.de>
Cc:
gameoftrees@openbsd.org
Date:
Fri, 13 Nov 2020 16:16:02 -0700

Download raw body.

Thread
  • Christian Weisgerber:

    diff: stdint.h

    • Todd C. Miller:

      diff: stdint.h

    • Stefan Sperling:

      diff: stdint.h

On Sat, 14 Nov 2020 00:13:24 +0100, Christian Weisgerber wrote:

> diff_output_edscript.c needs an include for uint8_t, as can been seen
> when trying to build the new diff code on FreeBSD.
>
> The other files mostly use <inttypes.h>, so we could go with that.
> Or we could move them all to <stdint.h>, since none of the additional
> features of inttypes.h are used at all.

I vote for moving them all to <stdint.h>.

 - todd