>
I just wrote a little module called 'udp' (for, surprise!, a udp interface). Unfortunately, when compiling other modules which use udp's functions, the compiler complains that "module 'udp' is obsolete; use 'gen_udp'". Good short names are hard to come by - I like 'udp'. Is there anyway to turn off that particular warning for that particular name? Thanks, Mark.