]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mmap.c
declaration cosmetic fix
[libucw.git] / lib / mmap.c
index 23f69e6e36319d44426303435a9489a554f955fc..62101f8d66a210c16225765c48cfc48e83f13e4f 100644 (file)
@@ -1,17 +1,17 @@
 /*
  *     Sherlock Library -- Mapping of Files
  *
- *     (c) 1999 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1999 Martin Mares <mj@ucw.cz>
  */
 
+#include "lib/lib.h"
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/mman.h>
 
-#include "lib.h"
-
 #ifndef MAP_FAILED
 #define MAP_FAILED ((void *)-1L)
 #endif