diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/mmapmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index d5bc89f..8d57e90 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c @@ -1,6 +1,6 @@ /* / Author: Sam Rushing <rushing@nightmare.com> - / Hacked for Unix by A.M. Kuchling <amk1@bigfoot.com> + / Hacked for Unix by AMK / $Id$ / mmapmodule.cpp -- map a view of a file into memory |