From 5bb6db475fd9c067aebf31a5579dc6d9d0625dd2 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 2 Aug 1994 15:06:58 +0000 Subject: [PATCH] Added MAP_FILE definition that does nothing - for backward source compatibility. --- sys/sys/mman.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/mman.h b/sys/sys/mman.h index 786817bcc765..12ae916ee3ed 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$ + * $Id: mman.h,v 1.2 1994/08/02 07:53:14 davidg Exp $ */ /* @@ -62,6 +62,7 @@ /* * Mapping type; default is map from file. */ +#define MAP_FILE 0x0000 /* for backward source compatibility */ #define MAP_ANON 0x1000 /* allocated from memory, swap space */ /*