Remove usage of _WITH_DPRINTF

This commit is contained in:
Baptiste Daroussin 2016-07-30 01:16:06 +00:00
parent 04f36dc654
commit 999c1fd64b
3 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ __RCSID("$NetBSD: backtrace.c,v 1.3 2013/08/29 14:58:56 christos Exp $");
#include <sys/param.h>
#include <assert.h>
#define _WITH_DPRINTF
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@ -27,7 +27,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define _WITH_DPRINTF
#include "namespace.h"
#include <stdarg.h>
#include <stdio.h>

View File

@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#define _WITH_DPRINTF
#include <stdio.h>
#include <stdlib.h>
#include <string.h>