Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
The "curl" executable is no longer required
[gitweb.git]
/
compat
/
mmap.c
diff --git
a/compat/mmap.c
b/compat/mmap.c
index 4cfaee31361d98d2c8f68d250609b09130335baa..c9d46d174259f42a3e2a2eb073475aba517044be 100644
(file)
--- a/
compat/mmap.c
+++ b/
compat/mmap.c
@@
-40,4
+40,3
@@
int git_munmap(void *start, size_t length)
free(start);
return 0;
}
-