From: maximilian attems Date: Fri, 23 May 2008 20:04:29 +0000 (-0700) Subject: types.h: don't expose struct ustat to userspace X-Git-Tag: v2.6.26-rc4~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7c6afbb8c0e60d32a563cae7c6889211e9d9d8;p=pandora-kernel.git types.h: don't expose struct ustat to userspace can't be used together with because they both define struct ustat: $ cat test.c #include #include $ gcc -c test.c In file included from test.c:2: /usr/include/linux/types.h:165: error: redefinition of 'struct ustat' has been reported a while ago to debian, but seems to have been lost in cat fighting: http://bugs.debian.org/429064 Signed-off-by: maximilian attems Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed