[INN-COMMITTERS] inn (6 files)
Russ Allbery
Russ_Allbery at isc.org
Sun Mar 10 03:58:38 UTC 2002
Date: Saturday, March 9, 2002 @ 19:58:37
Author: rra
Path: /dist1/cvs/isc/inn/inn
Modified: innd/icd.c lib/dbz.c storage/cnfs/cnfs.c
storage/timecaf/timecaf.c storage/timehash/timehash.c
storage/tradspool/tradspool.c
Pass MAP_SHARED instead of MAP__ARG to mmap. The latter just included
MAP_FILE if it was defined, but on all platforms where it's defined it
appears to be defined to 0 and is therefore the default, and it's not in
the standard for mmap so far as I can tell. INN already contained code
using MAP_SHARED without MAP_FILE without apparent harm and has for some
time.
-------------------------------+
innd/icd.c | 4 ++--
lib/dbz.c | 4 ++--
storage/cnfs/cnfs.c | 6 +++---
storage/timecaf/timecaf.c | 4 ++--
storage/timehash/timehash.c | 4 ++--
storage/tradspool/tradspool.c | 4 ++--
6 files changed, 13 insertions(+), 13 deletions(-)
More information about the inn-committers
mailing list