diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-14 00:14:29 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-14 00:14:29 +0000 |
| commit | 96c31b26181a194d24da9e7f89671ffa1e9d92db (patch) | |
| tree | 6aa8fbc7f9c26c0a900ee0467b7643a1b2ffe3f0 /include/stdlib.h | |
| parent | 854d14213ed3308ac581f9ced05328baddee5944 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 4b4c12ee71b7..3f574788fb08 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 |
