diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-07-04 20:16:42 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-07-04 20:16:42 +0000 |
commit | dfd0159edb568ed6c0c9f2503e48c148ad6829d1 (patch) | |
tree | 185bd6e1eb60c053afa1eabab3075e2922d91d4e /sys | |
parent | 8c6dba7889652d60324f2e770c5d2b37c7aea3df (diff) |
Remove an obsolete (was in rev 1.1) and unclear comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/mman.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/mman.h b/sys/sys/mman.h index 1e5fae4c944..ac3fbf213c1 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mman.h,v 1.20 2010/05/21 21:17:43 miod Exp $ */ +/* $OpenBSD: mman.h,v 1.21 2010/07/04 20:16:41 guenther Exp $ */ /* $NetBSD: mman.h,v 1.11 1995/03/26 20:24:23 jtc Exp $ */ /*- @@ -135,7 +135,6 @@ typedef __off_t off_t; #endif __BEGIN_DECLS -/* Some of these int's should probably be size_t's */ void * mmap(void *, size_t, int, int, int, off_t); int mprotect(void *, size_t, int); int munmap(void *, size_t); |