Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove unneeded comment about <stdbool.h> in the use...



details:   https://anonhg.NetBSD.org/src/rev/8efb72d760f8
branches:  trunk
changeset: 339618:8efb72d760f8
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Jul 30 21:38:53 2015 +0000

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

Suggested by <christos>

diffstat:

 sys/sys/types.h |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r d1759bf87683 -r 8efb72d760f8 sys/sys/types.h
--- a/sys/sys/types.h   Thu Jul 30 21:31:15 2015 +0000
+++ b/sys/sys/types.h   Thu Jul 30 21:38:53 2015 +0000
@@ -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        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>
 
 /*



Home | Main Index | Thread Index | Old Index