Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/sys pullup 1.20->1.21 (cgd): add MADV_SPACEAVAIL ma...
details: https://anonhg.NetBSD.org/src/rev/f4d855f649f8
branches: netbsd-1-4
changeset: 468723:f4d855f649f8
user: perry <perry%NetBSD.org@localhost>
date: Fri Jun 18 17:22:15 1999 +0000
description:
pullup 1.20->1.21 (cgd): add MADV_SPACEAVAIL madvise() constant
diffstat:
sys/sys/mman.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b4c383fc0d4a -r f4d855f649f8 sys/sys/mman.h
--- a/sys/sys/mman.h Fri Jun 18 17:18:43 1999 +0000
+++ b/sys/sys/mman.h Fri Jun 18 17:22:15 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.20.2.1 1999/06/18 17:22:15 perry 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