From c1ebfc8a969bf1d191ffb70b29c6ef4c6de9518f Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 3 Aug 2007 14:24:17 -0700 Subject: [PATCH] --- yaml --- r: 63633 b: refs/heads/master c: 6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b h: refs/heads/master i: 63631: 3400d5b38cf5dc87336b59c81af13aaccf7de01c v: v3 --- [refs] | 2 +- trunk/include/asm-sparc/fcntl.h | 2 +- trunk/include/asm-sparc64/fcntl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bc81e4caf0ed..35229f7f2a4d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a808a3131b2a6656475d82219f5e5d25edd7160 +refs/heads/master: 6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b diff --git a/trunk/include/asm-sparc/fcntl.h b/trunk/include/asm-sparc/fcntl.h index 5db60b5ae7b0..7bbdfc77accd 100644 --- a/trunk/include/asm-sparc/fcntl.h +++ b/trunk/include/asm-sparc/fcntl.h @@ -16,6 +16,7 @@ #define O_LARGEFILE 0x40000 #define O_DIRECT 0x100000 /* direct disk access hint */ #define O_NOATIME 0x200000 +#define O_CLOEXEC 0x400000 #define F_GETOWN 5 /* for sockets. */ #define F_SETOWN 6 /* for sockets. */ @@ -31,6 +32,5 @@ #define __ARCH_FLOCK_PAD short __unused; #define __ARCH_FLOCK64_PAD short __unused; -#include #endif diff --git a/trunk/include/asm-sparc64/fcntl.h b/trunk/include/asm-sparc64/fcntl.h index b2aecf0054bd..111f6b3b8925 100644 --- a/trunk/include/asm-sparc64/fcntl.h +++ b/trunk/include/asm-sparc64/fcntl.h @@ -16,7 +16,7 @@ #define O_LARGEFILE 0x40000 #define O_DIRECT 0x100000 /* direct disk access hint */ #define O_NOATIME 0x200000 - +#define O_CLOEXEC 0x400000 #define F_GETOWN 5 /* for sockets. */ #define F_SETOWN 6 /* for sockets. */