summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-02 17:42:34 +0000
committerpeter <peter@FreeBSD.org>1996-03-02 17:42:34 +0000
commit234155271af9a91e4bb934325b4960c8eb788260 (patch)
tree8af9f30677b599b63348b3b6c3c3b09f800e3fe6
parentb8de61845f4d15a5eb54b2dc9d9f69a41bf5307d (diff)
downloadFreeBSD-src-234155271af9a91e4bb934325b4960c8eb788260.zip
FreeBSD-src-234155271af9a91e4bb934325b4960c8eb788260.tar.gz
Remove redundant comment about the 'int len' variables that should be
changed to size_t's.
-rw-r--r--sys/sys/mman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/mman.h b/sys/sys/mman.h
index e1e1748..189fc04 100644
--- a/sys/sys/mman.h
+++ b/sys/sys/mman.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mman.h 8.1 (Berkeley) 6/2/93
- * $Id: mman.h,v 1.9 1995/11/30 20:59:08 se Exp $
+ * $Id: mman.h,v 1.10 1996/03/02 16:55:26 peter Exp $
*/
#ifndef _SYS_MMAN_H_
@@ -89,7 +89,6 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-/* Some of these int's should probably be size_t's */
caddr_t mmap __P((caddr_t, size_t, int, int, int, off_t));
int madvise __P((caddr_t, size_t, int));
int mprotect __P((caddr_t, size_t, int));
OpenPOWER on IntegriCloud