bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cfg.mk: Add checks for 'u_int'.


From: Collin Funk
Subject: cfg.mk: Add checks for 'u_int'.
Date: Sat, 4 May 2024 01:51:37 -0700
User-agent: Mozilla Thunderbird

At some point someone added syntax-checks to fail if old BSD types
where used:

      u_char -> unsigned char
      u_short -> unsigned short
      u_long -> unsigned long

But they forgot to do u_int. Patch 0001 adds one for u_int and patch
0002 removes them.

IIRC Glibc and MinGW define these, so it would work fine in 99% of
places.

Collin

Attachment: 0001-cfg.mk-Add-checks-for-u_int.patch
Description: Text Data

Attachment: 0002-Fix-sc_unsigned_int-checks.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]