On Tuesday 08 July 2003 3:51 pm, Arun Sharma wrote: > Matthew Wilcox wrote: > > On Tue, Jul 08, 2003 at 11:57:21AM -0700, Arun Sharma wrote: > > > >>--- linux/arch/ia64/ia32/sys_ia32.c- Tue Jun 24 15:43:39 2003 > >>+++ linux/arch/ia64/ia32/sys_ia32.c Tue Jul 1 14:09:27 2003 > >>@@ -3622,9 +3622,11 @@ > >> return -EFAULT; > >> old_fs = get_fs(); > >> set_fs(KERNEL_DS); > >>- ret = sys_fcntl(fd, cmd, (unsigned long) &f); > >>+ ret = sys_fcntl(fd, (cmd == F_GETLK64) ? F_GETLK : > > > > > > looks like you're using spaces instead of tabs. tsk. > > > > I admit to cutting and pasting from 2.5 :) An updated patch with tabs is attached. Applied this to 2.4. Whew :-) - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Jul 15 15:27:36 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:16 EST