Page MenuHomeFreeBSD

D4434.diff
No OneTemporary

D4434.diff

Index: lib/libc/stdio/open_memstream.c
===================================================================
--- lib/libc/stdio/open_memstream.c
+++ lib/libc/stdio/open_memstream.c
@@ -31,6 +31,9 @@
#include "namespace.h"
#include <assert.h>
#include <errno.h>
+#ifdef DEBUG
+#include <inttypes.h>
+#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
Index: lib/libc/stdio/open_wmemstream.c
===================================================================
--- lib/libc/stdio/open_wmemstream.c
+++ lib/libc/stdio/open_wmemstream.c
@@ -31,6 +31,9 @@
#include "namespace.h"
#include <assert.h>
#include <errno.h>
+#ifdef DEBUG
+#include <inttypes.h>
+#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 9:49 AM (10 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29851438
Default Alt Text
D4434.diff (741 B)

Event Timeline