diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-12-14 19:23:16 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-12-14 19:23:16 +0000 |
| commit | c1b7af8ac34709f2698912b5f5db0323832ae8a4 (patch) | |
| tree | f2d5762091b2786b35a7ba4dc4425150393ce7ee /include/stdio.h | |
| parent | 407e5f394f1a48524aa39752e878aee1a0201a82 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index c7db2dd91d97..b2f6957c7a16 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)stdio.h 8.5 (Berkeley) 4/29/95 - * $Id: stdio.h,v 1.19 1998/07/08 00:52:40 peter Exp $ + * $Id: stdio.h,v 1.20 1998/07/13 06:45:20 bde Exp $ */ #ifndef _STDIO_H_ @@ -279,7 +279,7 @@ _BSD_OFF_T_ lseek __P((int, _BSD_OFF_T_, int)); #endif #ifndef _MMAP_DECLARED #define _MMAP_DECLARED -char *mmap __P((void *, size_t, int, int, int, _BSD_OFF_T_)); +void *mmap __P((void *, size_t, int, int, int, _BSD_OFF_T_)); #endif #ifndef _TRUNCATE_DECLARED #define _TRUNCATE_DECLARED |
