patch-1.3.71 linux/include/asm-sparc/fcntl.h
Next file: linux/include/asm-sparc/floppy.h
Previous file: linux/include/asm-sparc/fbio.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Mar 4 08:50:00 1996
- Orig file:
v1.3.70/linux/include/asm-sparc/fcntl.h
- Orig date:
Sat Nov 25 19:04:49 1995
diff -u --recursive --new-file v1.3.70/linux/include/asm-sparc/fcntl.h linux/include/asm-sparc/fcntl.h
@@ -1,4 +1,4 @@
-/* $Id: fcntl.h,v 1.5 1995/11/25 02:31:43 davem Exp $ */
+/* $Id: fcntl.h,v 1.6 1996/01/28 02:09:23 davem Exp $ */
#ifndef _SPARC_FCNTL_H
#define _SPARC_FCNTL_H
@@ -12,11 +12,11 @@
#define O_APPEND 0x0008
#define FASYNC 0x0040 /* fcntl, for BSD compatibility */
#define O_CREAT 0x0200 /* not fcntl */
-#define O_EXCL 0x0800 /* not fcntl */
-#define O_NOCTTY 0x8000 /* not fcntl */
#define O_TRUNC 0x0400 /* not fcntl */
+#define O_EXCL 0x0800 /* not fcntl */
#define O_SYNC 0x2000
#define O_NONBLOCK 0x4000
+#define O_NOCTTY 0x8000 /* not fcntl */
#define F_DUPFD 0 /* dup */
#define F_GETFD 1 /* get f_flags */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this