Commit Graph

5 Commits

Author SHA1 Message Date
ru
2b30cb3e16 Const poisoning. 2002-04-08 11:04:56 +00:00
dillon
0e88e1c7c7 Add __FBSDID()s to libutil 2001-09-30 22:35:07 +00:00
green
b686145545 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.
2000-10-27 01:19:02 +00:00
asmodai
368d5566e1 Add weak symbol pragma for crypt_set_format().
Approved by:	green
2000-08-23 11:54:10 +00:00
green
1724eb12de Stick login_setcryptfmt() in its own file to make pulling in of
-lcrypt only happen if truly necessary.
2000-08-23 03:45:57 +00:00