Don't check for srand48 and then try to define srandom to be srand48.
authorTheodore Tso <tytso@mit.edu>
Mon, 24 Oct 1994 19:27:47 +0000 (19:27 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 24 Oct 1994 19:27:47 +0000 (19:27 +0000)
commite551404f2d35b8c38024c9d001dd1e80be9af3c1
tree705e1a5e7c6f932224115ce466b4975490e23c7f
parenta5b5fbadedf4fa3fa06d45195411eb905ff2b860
Don't check for srand48 and then try to define srandom to be srand48.
This breaks on machines which have both srandom and srand48.  Instead,
change krlogin to use krb5_random_confounder; it will do the right
thing.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4561 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/configure.in
src/appl/bsd/krlogin.c