Module Name:    src
Committed By:   kamil
Date:           Thu Jul 30 21:38:53 UTC 2015

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

Log Message:
Remove unneeded comment about <stdbool.h> in the user-land

Suggested by <christos>


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/sys/types.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/types.h
diff -u src/sys/sys/types.h:1.93 src/sys/sys/types.h:1.94
--- src/sys/sys/types.h:1.93	Thu Jul 30 21:31:15 2015
+++ src/sys/sys/types.h	Thu Jul 30 21:38:53 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: types.h,v 1.93 2015/07/30 21:31:15 kamil Exp $	*/
+/*	$NetBSD: types.h,v 1.94 2015/07/30 21:38:53 kamil Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1991, 1993, 1994
@@ -200,10 +200,7 @@ typedef	unsigned long	cpuid_t;
 typedef	int		psetid_t;
 
 #if defined(_KERNEL) || defined(_STANDALONE)
-/*
- * Boolean type definitions for the kernel environment.  User-space
- * boolean definitions are found in <stdbool.h>.
- */
+
 #include <sys/stdbool.h>
 
 /*

Reply via email to