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/008f03572e0d
branches: trunk
changeset: 809760:008f03572e0d
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 226a76e2e528 -r 008f03572e0d 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