aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ztest
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-10-19 17:08:19 -0700
committerBrian Behlendorf <[email protected]>2019-10-19 17:08:19 -0700
commit8b2d097c17bdf799b0b9a680b17b91d10ef8b6be (patch)
tree949ab81db9e83ba4f996c658952dde1f21d0c995 /cmd/ztest
parent4063440b73af79be9792029ada17b01c51ad7172 (diff)
Remove gratuitous Linux only include in ztest & zdb
We don't need to include stdio_ext.h Reviewed-by: Igor Kozhukhov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9483
Diffstat (limited to 'cmd/ztest')
-rw-r--r--cmd/ztest/ztest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c
index 1aa1d3860..695074d57 100644
--- a/cmd/ztest/ztest.c
+++ b/cmd/ztest/ztest.c
@@ -121,7 +121,6 @@
#include <sys/dsl_userhold.h>
#include <sys/abd.h>
#include <stdio.h>
-#include <stdio_ext.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>