From: Lucian Adrian Grijincu Date: Wed, 6 Oct 2010 22:03:47 +0000 (-0700) Subject: asm-generic: fcntl: make exported headers use strict posix types X-Git-Tag: v2.6.37-rc1~172^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269b8fd5d058f2c0da01a42b20315ffc2640d99b;p=pandora-kernel.git asm-generic: fcntl: make exported headers use strict posix types All 'pid_t' were changed to '__kernel_pid_t' in a previous commit: make exported headers use strict posix types A number of standard posix types are used in exported headers, which is not allowed if __STRICT_KERNEL_NAMES is defined. In order to get rid of the non-__STRICT_KERNEL_NAMES part and to make sane headers the default, we have to change them all to safe types. but a later change introduced 'pid_t' again: fcntl: add F_[SG]ETOWN_EX This makes asm-generic/fcntl.h d use strict posix types again. Signed-off-by: Lucian Adrian Grijincu Signed-off-by: Andrew Morton Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed