]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Use rand instead of random.
[wget] / src / sysdep.h
index d4430b2ba5134bea2b3c4428d84f04f57c9566c3..1c5deb1b8290c293e59b69a6b3da24b571ecd77e 100644 (file)
@@ -166,9 +166,6 @@ int vsnprintf ();
 #ifndef HAVE_USLEEP
 int usleep ();
 #endif
-#ifndef HAVE_RANDOM
-long random ();
-#endif
 
 /* SunOS brain damage -- for some reason, SunOS header files fail to
    declare the functions below, which causes all kinds of problems