From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262413AbUDLPes (ORCPT ); Mon, 12 Apr 2004 11:34:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262443AbUDLPes (ORCPT ); Mon, 12 Apr 2004 11:34:48 -0400 Received: from [212.5.174.154] ([212.5.174.154]:58566 "EHLO zelcom.ru") by vger.kernel.org with ESMTP id S262413AbUDLPeP (ORCPT ); Mon, 12 Apr 2004 11:34:15 -0400 Date: Mon, 12 Apr 2004 18:34:00 +0400 Message-ID: <87isg5p8o7.wl@canopus.ns.zel.ru> From: Samium Gromoff To: linux-kernel@vger.kernel.org Subject: [2.6.5][MIPS] oneliners somehow not made it into mainline [2/3] References: <87k70lp8q8.wl@canopus.ns.zel.ru> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Without this one it fails to build, too. diff -urN -X './#cdiff.pattern' ./linux-2.6.5/fs/stat.c ./mc-2.6.5/fs/stat.c --- ./linux-2.6.5/fs/stat.c 2004-04-12 16:07:38.000000000 +0400 +++ ./mc-2.6.5/fs/stat.c 2004-04-12 17:33:07.000000000 +0400 @@ -107,7 +107,8 @@ #if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \ && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) \ - && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__) + && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__) \ + && !defined(__mips__) /* * For backward compatibility? Maybe this should be moved