All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix Sparc32 Build
@ 2007-08-04 14:28 Mark Fortescue
  2007-08-05  3:19 ` David Miller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Fortescue @ 2007-08-04 14:28 UTC (permalink / raw)
  To: sparclinux

[-- Attachment #1: Type: TEXT/PLAIN, Size: 200 bytes --]

Hi David,

asm-generic/fcntl.h is needed in asm-sparc/fcntl.h.

The #defines in asm-generic/fcntl.h are protected with #if's so will not 
override thoes in asm-sparc/fcntl.h

Regards
 	Mark Fortescue.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 551 bytes --]

From: Mark Fortescue <mark@mtfhpc.demon.co.uk>

Correct incorrect removal of asm-generic/fcntl.h from asm-sparc/fcntl.h by 
commit 6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b.

Signed-off-by: Mark Fortescue <mark@mtfhpc.demon.co.uk>
---
--- linux-2.6/include/asm-sparc/fcntl.h	2007-08-04 14:40:45.000000000 +0100
+++ linux-test/include/asm-sparc/fcntl.h	2007-08-04 15:18:32.000000000 +0100
@@ -32,5 +32,6 @@
 #define __ARCH_FLOCK_PAD	short __unused;
 #define __ARCH_FLOCK64_PAD	short __unused;
 
+#include <asm-generic/fcntl.h>
 
 #endif

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-11 22:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-04 14:28 [PATCH] Fix Sparc32 Build Mark Fortescue
2007-08-05  3:19 ` David Miller
2008-05-11 22:35 ` [PATCH] fix sparc32 build Robert Reif
2008-05-11 22:47 ` David Miller

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.