Re: [PATCH] sparc: fix fallout from O_CLOEXEC changes

2007-08-04 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Sun, 5 Aug 2007 00:30:05 +0400 > Just "#define O_CLOEXEC" is OK, because asm-generic/fcntl.h will check if it's > already defined. > > Loads of "struct flock inside parameter list" warnings and > "O_WRONLY undefined" errors. > > Signed-off-by: Alex

[PATCH] sparc: fix fallout from O_CLOEXEC changes

2007-08-04 Thread Alexey Dobriyan
Just "#define O_CLOEXEC" is OK, because asm-generic/fcntl.h will check if it's already defined. Loads of "struct flock inside parameter list" warnings and "O_WRONLY undefined" errors. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- include/asm-sparc/fcntl.h |1 + 1 file changed, 1 in