--- libaitrpc/src/blob.c 2012/05/16 08:20:26 1.7.2.3 +++ libaitrpc/src/blob.c 2012/05/16 13:17:51 1.7.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: blob.c,v 1.7.2.3 2012/05/16 08:20:26 misho Exp $ +* $Id: blob.c,v 1.7.2.4 2012/05/16 13:17:51 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -61,13 +61,6 @@ rpc_srv_blobCreate(rpc_srv_t * __restrict srv, int len int f; u_int rnd; -#ifdef HAVE_SRANDOMDEV - srandomdev(); -#else - time_t tim; - - srandom((time(&tim) ^ getpid())); -#endif again: rnd = random() % UINT_MAX;