Module Name:    src
Committed By:   jmcneill
Date:           Wed Jan  5 17:00:25 UTC 2011

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

Log Message:
d_type is now d_flag, update comment to match


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 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.137 src/sys/sys/conf.h:1.138
--- src/sys/sys/conf.h:1.137	Fri Apr 30 20:47:17 2010
+++ src/sys/sys/conf.h	Wed Jan  5 17:00:25 2011
@@ -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

Reply via email to