Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys actually define MADV_SPACEAVAIL. This could be the ...



details:   https://anonhg.NetBSD.org/src/rev/470630914dc4
branches:  trunk
changeset: 472340:470630914dc4
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Apr 27 20:13:06 1999 +0000

description:
actually define MADV_SPACEAVAIL.  This could be the first case of
documentation actually getting ahead definition; the madvise() manual
page has since at least 1.3!

diffstat:

 sys/sys/mman.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5aaa75ec01f2 -r 470630914dc4 sys/sys/mman.h
--- a/sys/sys/mman.h    Tue Apr 27 19:05:16 1999 +0000
+++ b/sys/sys/mman.h    Tue Apr 27 20:13:06 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mman.h,v 1.20 1999/02/06 16:14:52 kleink Exp $ */
+/*     $NetBSD: mman.h,v 1.21 1999/04/27 20:13:06 cgd Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -100,6 +100,7 @@
 #define        MADV_SEQUENTIAL 2       /* expect sequential page references */
 #define        MADV_WILLNEED   3       /* will need these pages */
 #define        MADV_DONTNEED   4       /* dont need these pages */
+#define        MADV_SPACEAVAIL 5       /* insure that resources are reserved */
 #endif
 
 #ifndef _KERNEL



Home | Main Index | Thread Index | Old Index