From 98ddc15c28ed1a38237156f5d5c73c6ddecf0ec9 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 14 Jun 1997 00:14:29 +0000 Subject: Instead of copying fallback code over and over in each program, implement (better) falback code inside srandomdev() itself. Change return type from int to void (binary compatibility surprisely achieved). Userland code will be changed soon. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/stdlib.h b/include/stdlib.h index 4b4c12e..3f57478 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -160,7 +160,7 @@ long random __P((void)); char *realpath __P((const char *, char resolved_path[])); char *setstate __P((char *)); void srandom __P((unsigned long)); -int srandomdev __P((void)); +void srandomdev __P((void)); char *user_from_uid __P((unsigned long, int)); #ifndef __STRICT_ANSI__ long long -- cgit v1.1