commit | ea34a84e543ecf0a05ea34fe5b7d84cb1bcd437d | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sun Jun 18 19:06:49 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sun Jun 18 19:06:49 2000 +0000 |
tree | 44942e452792c871b803ca1a986fc68e2b84b1c7 | |
parent | e475e70128e5e12392faa10f6556460c308efc0a [diff] |
Patch from Lorenzo M. Catucci: I discovered the [MREMAP_MAYMOVE] symbol is only defined when _GNU_SOURCE is defined; therefore, here is the change: if we are compiling for linux, define _GNU_SOURCE before including mman.h, and all is done.