From afd08462ad5ff6b3c4bf621e39c55853a608175e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 2 Oct 1996 15:41:30 +0000 Subject: backout all the changes to nmbd. The 1.9.16 tree is now back to 1.9.16p2 as far as nmbd is concerned apart from a small change that fixes the announce type in two places. (This used to be commit 45e66a69d320024877c8b13f12b21bf895e04410) --- source3/lib/system.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/lib/system.c') diff --git a/source3/lib/system.c b/source3/lib/system.c index f6b916881b..81e9a6679a 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -115,15 +115,6 @@ int sys_unlink(char *fname) } -/******************************************************************* -random number generator -********************************************************************/ -unsigned int sys_random(int max_range) -{ - return(((unsigned int)random()) % max_range); -} - - /******************************************************************* a simple open() wrapper ********************************************************************/ -- cgit