CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2012/06/19 05:40:16
Modified files: sys/compat/linux: linux_futex.c Log message: - remove outdated comment, we already do an equivalent of linux' access_ok() using copyin() anyway. ok pirofti@