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.
# 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 >
