NetBSD/sys/modules/lua
martin 63f6d58f43 Fix cargo cult ioctl implementation for LUAINFO: the name and desc fields
are arrays, not pointers, so don't use copyoutstr on them, but instead
copyin/copyout the whole array of structures.
Fixes PR 52864 for me (on sparc64).
2017-12-26 12:43:59 +00:00
..
infinite.lua
lua.c Fix cargo cult ioctl implementation for LUAINFO: the name and desc fields 2017-12-26 12:43:59 +00:00
luavar.h
Makefile
test.lua