]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fd: Allow passing NULL to para_munmap().
authorAndre Noll <maan@systemlinux.org>
Tue, 26 Apr 2011 14:33:44 +0000 (16:33 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 26 Apr 2011 14:33:44 +0000 (16:33 +0200)
This patch makes para_munmap succeed with return value 0 if the passed
"start" pointer is NULL. This allows to simplify the code in the
callers a bit, similar to free(NULL).


No differences found