Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 9 Jan 2003 04:38:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 9 Jan 2003 04:38:05 -0500 Received: from TYO201.gate.nec.co.jp ([210.143.35.51]:40324 "EHLO TYO201.gate.nec.co.jp") by vger.kernel.org with ESMTP id ; Thu, 9 Jan 2003 04:38:04 -0500 To: Linus Torvalds Subject: [PATCH] Include in the v850's asm/stat.h Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030109094642.82859374B@mcspd15.ucom.lsi.nec.co.jp> Date: Thu, 9 Jan 2003 18:46:42 +0900 (JST) From: miles@lsi.nec.co.jp (Miles Bader) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1134 Lines: 32 This is needed by some includers of . diff -ruN -X../cludes linux-2.5.55-moo.orig/include/asm-v850/stat.h linux-2.5.55-moo/include/asm-v850/stat.h --- linux-2.5.55-moo.orig/include/asm-v850/stat.h 2002-11-28 10:25:08.000000000 +0900 +++ linux-2.5.55-moo/include/asm-v850/stat.h 2003-01-09 14:07:36.000000000 +0900 @@ -1,6 +1,21 @@ +/* + * include/asm-v850/stat.h -- v850 stat structure + * + * Copyright (C) 2001,02,03 NEC Corporation + * Copyright (C) 2001,02,03 Miles Bader + * + * This file is subject to the terms and conditions of the GNU General + * Public License. See the file COPYING in the main directory of this + * archive for more details. + * + * Written by Miles Bader + */ + #ifndef __V850_STAT_H__ #define __V850_STAT_H__ +#include + struct stat { __kernel_dev_t st_dev; __kernel_ino_t st_ino; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/