All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  Include <asm/posix_types.h> in the v850's asm/stat.h
@ 2003-01-09  9:46 Miles Bader
  0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2003-01-09  9:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

This is needed by some includers of <asm/stat.h>.

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 <miles@gnu.org>
+ *
+ * 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 <miles@gnu.org>
+ */
+
 #ifndef __V850_STAT_H__
 #define __V850_STAT_H__
 
+#include <asm/posix_types.h>
+
 struct stat {
 	__kernel_dev_t	st_dev;
 	__kernel_ino_t	st_ino;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-09  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-09  9:46 [PATCH] Include <asm/posix_types.h> in the v850's asm/stat.h Miles Bader

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.