aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/filio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/filio.h')
-rw-r--r--sys/sys/filio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/filio.h b/sys/sys/filio.h
index b82a649c0feb..d0c94af7b644 100644
--- a/sys/sys/filio.h
+++ b/sys/sys/filio.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)filio.h 8.1 (Berkeley) 3/28/94
- * $Id$
+ * $Id: filio.h,v 1.4 1997/02/22 09:45:16 peter Exp $
*/
#ifndef _SYS_FILIO_H_
@@ -52,5 +52,6 @@
#define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */
#define FIOSETOWN _IOW('f', 124, int) /* set owner */
#define FIOGETOWN _IOR('f', 123, int) /* get owner */
+#define FIODTYPE _IOR('f', 122, int) /* get d_flags type part */
#endif /* !_SYS_FILIO_H_ */