diff options
author | Matthew Macy <[email protected]> | 2019-10-19 17:08:19 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-10-19 17:08:19 -0700 |
commit | 8b2d097c17bdf799b0b9a680b17b91d10ef8b6be (patch) | |
tree | 949ab81db9e83ba4f996c658952dde1f21d0c995 | |
parent | 4063440b73af79be9792029ada17b01c51ad7172 (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
-rw-r--r-- | cmd/zdb/zdb.c | 1 | ||||
-rw-r--r-- | cmd/ztest/ztest.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index 0f09ec70a..dd8e652d9 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -30,7 +30,6 @@ #include <stdio.h> #include <unistd.h> -#include <stdio_ext.h> #include <stdlib.h> #include <ctype.h> #include <sys/zfs_context.h> 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> |