Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63633
b: refs/heads/master
c: 6ba60d2
h: refs/heads/master
i:
  63631: 3400d5b
v: v3
  • Loading branch information
David S. Miller committed Aug 3, 2007
1 parent 06bc46d commit c1ebfc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a808a3131b2a6656475d82219f5e5d25edd7160
refs/heads/master: 6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b
2 changes: 1 addition & 1 deletion trunk/include/asm-sparc/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand All @@ -31,6 +32,5 @@
#define __ARCH_FLOCK_PAD short __unused;
#define __ARCH_FLOCK64_PAD short __unused;

#include <asm-generic/fcntl.h>

#endif
2 changes: 1 addition & 1 deletion trunk/include/asm-sparc64/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit c1ebfc8

Please sign in to comment.