Date: Mon, 21 Jan 2013 12:26:21 -0800 From: Yuri <yuri@rawbw.com> To: freebsd-current@freebsd.org Subject: [PATCH] Variable-size ioctl data handling Message-ID: <50FDA46D.6080105@rawbw.com>
next in thread | raw e-mail | index | archive | help
Hi, Could anybody please review and check in the patch patch-ioctl-var-size.txt from this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=175425 ? This patch introduces the generic way to pass variable size ioctl argument using the structure like this struct my_struct {int len; ...any fields...}. Thank you, Yuri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50FDA46D.6080105>