summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-01-01 17:07:46 +0000
committeralex <alex@FreeBSD.org>1998-01-01 17:07:46 +0000
commit017d9a924293d9d5920b1bc1f37a5203fb6e1d28 (patch)
treec41575a91e8511fbf0691d62bccedd1d5bcad146 /include/stdio.h
parentaaa53a4c551e174d5292b88426600e1cd578dd98 (diff)
downloadFreeBSD-src-017d9a924293d9d5920b1bc1f37a5203fb6e1d28.zip
FreeBSD-src-017d9a924293d9d5920b1bc1f37a5203fb6e1d28.tar.gz
Added missing caddr_t --> void * conversions for sys/mman.h functions.
Submitted by: bde
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 9676379..180dda8 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.12 1997/03/11 11:16:27 peter Exp $
+ * $Id: stdio.h,v 1.13 1997/04/13 15:50:07 bde Exp $
*/
#ifndef _STDIO_H_
@@ -292,7 +292,7 @@ _BSD_OFF_T_ lseek __P((int, _BSD_OFF_T_, int));
#endif
#ifndef _MMAP_DECLARED
#define _MMAP_DECLARED
-char *mmap __P((char *, size_t, int, int, int, _BSD_OFF_T_));
+char *mmap __P((void *, size_t, int, int, int, _BSD_OFF_T_));
#endif
#ifndef _TRUNCATE_DECLARED
#define _TRUNCATE_DECLARED
OpenPOWER on IntegriCloud