legacy code build errror

Building on Studio12 rh4,undefined reference to ushort.This is within the __USE_MISC block of types.hI might change my code to use posix types, but thought I would mention this one.
[209 byte] By [Brett_Tiplitza] at [2007-11-27 0:35:43]
# 1
If you are porting from Solaris its quite natural that you are using some of those BSDism's.-D_BSD_SOURCE solves these sorts of problem.I'm not sure it is a great idea to enable it all by default though ...regards,__Fedor.
SFVa at 2007-7-11 22:44:21 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
I ran into an undefined for uint. It's the same deal.Since int is supposed to be the fastest integer, etc. I am feeling more than on Linux defining this by default might be a good idea.
Brett_Tiplitza at 2007-7-11 22:44:22 > top of Java-index,Development Tools,Solaris and Linux Development Tools...