]> git.corax.cc Git - corax/commit
Add a cast when assigning the return value in sys_mmap(), to avoid compiler warnings
authorMatthias Kruk <m@m10k.eu>
Thu, 2 Jan 2020 07:46:59 +0000 (16:46 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 2 Jan 2020 07:46:59 +0000 (16:46 +0900)
commit7c4075b7c0980c2014daa661cb54017f637f6277
tree9cd1bcac91ee2aae3d682b99df21f8d41417351f
parent338db41350385f4c0791472c2d4fc1eb04325d95
Add a cast when assigning the return value in sys_mmap(), to avoid compiler warnings
kernel/core/posixcall.c