christos 3c56a67128 - remove bitypes.h fossil
- define u_{char,short,int,long} if we don't have _NETBSD_SOURCE defined
  so that this compiles (and resolv.h since it includes this). This is
  the simplest solution. Others:
  - always define them (bad, pollutes namespace)
  - create <sys/utypes.h> (bad, overkill)
  - change them to unsigned {char, short, int long} (bad, too disruptive)
2020-10-10 19:51:48 +00:00
..
2020-10-10 19:51:48 +00:00
2020-10-03 18:30:39 +00:00
2020-09-22 01:52:16 +00:00
2020-09-22 21:37:47 +00:00