summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-14 00:14:29 +0000
committerache <ache@FreeBSD.org>1997-06-14 00:14:29 +0000
commit98ddc15c28ed1a38237156f5d5c73c6ddecf0ec9 (patch)
tree2103ee8dd8d4d042d62af7d59cb5b43245862624 /include
parentf0711d970f9e49e9bc86224544dbf59e22c16000 (diff)
downloadFreeBSD-src-98ddc15c28ed1a38237156f5d5c73c6ddecf0ec9.zip
FreeBSD-src-98ddc15c28ed1a38237156f5d5c73c6ddecf0ec9.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud