Module Name: src
Committed By: martin
Date: Mon Oct 14 04:47:55 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: rbtree.h
Log Message:
Actually pull up
sys/sys/rbtree.h 1.9
as I tried in previous commit but typoed the revision number.
Ticket #952: sys/endian.h: PR 57806 + 57807: fix declaration visibility.
To generate a diff of this commit:
cvs rdiff -u -r1.5.30.1 -r1.5.30.2 src/sys/sys/rbtree.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/rbtree.h
diff -u src/sys/sys/rbtree.h:1.5.30.1 src/sys/sys/rbtree.h:1.5.30.2
--- src/sys/sys/rbtree.h:1.5.30.1 Sun Oct 13 10:05:58 2024
+++ src/sys/sys/rbtree.h Mon Oct 14 04:47:55 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: rbtree.h,v 1.5.30.1 2024/10/13 10:05:58 martin Exp $ */
+/* $NetBSD: rbtree.h,v 1.5.30.2 2024/10/14 04:47:55 martin Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -32,12 +32,7 @@
#ifndef _SYS_RBTREE_H_
#define _SYS_RBTREE_H_
-#if defined(_KERNEL) || defined(_STANDALONE)
#include <sys/types.h>
-#else
-#include <stdbool.h>
-#include <inttypes.h>
-#endif
#include <sys/queue.h>
#include <sys/endian.h>