Page MenuHomeFreeBSD

D22964.diff
No OneTemporary

D22964.diff

Index: head/libexec/rtld-elf/rtld.h
===================================================================
--- head/libexec/rtld-elf/rtld.h
+++ head/libexec/rtld-elf/rtld.h
@@ -37,6 +37,7 @@
#include <elf-hints.h>
#include <link.h>
#include <stdarg.h>
+#include <stdbool.h>
#include <setjmp.h>
#include <stddef.h>
@@ -45,11 +46,6 @@
#define NEW(type) ((type *) xmalloc(sizeof(type)))
#define CNEW(type) ((type *) xcalloc(1, sizeof(type)))
-
-/* We might as well do booleans like C++. */
-typedef unsigned char bool;
-#define false 0
-#define true 1
extern size_t tls_last_offset;
extern size_t tls_last_size;

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 3, 10:49 AM (20 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16431857
Default Alt Text
D22964.diff (621 B)

Event Timeline