From: Al Viro Date: Tue, 5 Mar 2013 20:04:55 +0000 (-0500) Subject: get rid of union semop in sys_semctl(2) arguments X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~87^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1fd1f490fa4213bd3060efa823a39d299538f72;p=pandora-kernel.git get rid of union semop in sys_semctl(2) arguments just have the bugger take unsigned long and deal with SETVAL case (when we use an int member in the union) explicitly. Signed-off-by: Al Viro --- Reading git-diff-tree failed