K 10 svn:author V 5 green K 8 svn:date V 27 2000-10-27T01:19:02.000000Z K 7 svn:log V 369 Fix problems people were having with large -O levels with GCC and getting libutil/libcrypt to work properly. I've determined that GCC thinks it can inline all functions, including weak-symboled ones, if it feels like it. Create a new stub.c and move any stubs there to prevent inlining. Thanks to jdp and William S. Duncanson for helping me finally find the problem. END