Source-Changes-HG archive

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

[src/trunk]: src/sys/sys d_type is now d_flag, update comment to match



details:   https://anonhg.NetBSD.org/src/rev/f9a6a602d9b5
branches:  trunk
changeset: 760462:f9a6a602d9b5
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 05 17:00:25 2011 +0000

description:
d_type is now d_flag, update comment to match

diffstat:

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

diffs (18 lines):

diff -r f207934eed39 -r f9a6a602d9b5 sys/sys/conf.h
--- a/sys/sys/conf.h    Wed Jan 05 16:21:29 2011 +0000
+++ b/sys/sys/conf.h    Wed Jan 05 17:00:25 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.137 2010/04/30 20:47:17 pooka Exp $ */
+/*     $NetBSD: conf.h,v 1.138 2011/01/05 17:00:25 jmcneill Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -53,7 +53,7 @@
 struct vnode;
 
 /*
- * Types for d_type
+ * Types for d_flag
  */
 #define D_OTHER                0x0000
 #define        D_TAPE          0x0001



Home | Main Index | Thread Index | Old Index