Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys MCLOSE class->flag. Found by hannken@



details:   https://anonhg.NetBSD.org/src/rev/e17be75a686b
branches:  trunk
changeset: 349361:e17be75a686b
user:      nat <nat%NetBSD.org@localhost>
date:      Thu Dec 08 20:53:12 2016 +0000

description:
MCLOSE class->flag.  Found by hannken@

diffstat:

 sys/sys/conf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 228c82214f0e -r e17be75a686b sys/sys/conf.h
--- a/sys/sys/conf.h    Thu Dec 08 20:44:24 2016 +0000
+++ b/sys/sys/conf.h    Thu Dec 08 20:53:12 2016 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index