Module Name:    src
Committed By:   nat
Date:           Thu Dec  8 20:53:12 UTC 2016

Modified Files:
        src/sys/sys: conf.h

Log Message:
MCLOSE class->flag.  Found by hannken@


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/sys/conf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/conf.h
diff -u src/sys/sys/conf.h:1.147 src/sys/sys/conf.h:1.148
--- src/sys/sys/conf.h:1.147	Thu Dec  8 10:28:44 2016
+++ src/sys/sys/conf.h	Thu Dec  8 20:53:12 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: conf.h,v 1.147 2016/12/08 10:28:44 nat Exp $	*/
+/*	$NetBSD: conf.h,v 1.148 2016/12/08 20:53:12 nat Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -60,10 +60,10 @@ struct vnode;
 #define	D_TAPE		0x0001
 #define	D_DISK		0x0002
 #define	D_TTY		0x0003
-#define	D_MCLOSE	0x0004
 #define	D_TYPEMASK	0x00ff
 #define	D_MPSAFE	0x0100
 #define	D_NEGOFFSAFE	0x0200
+#define	D_MCLOSE	0x0400
 
 /*
  * Block device switch table

Reply via email to