Remove unneeded header from libzpool/kernel.c

The sys/signal.h header doesn't exist on FreeBSD, nor is
it needed on Linux.

Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9510
This commit is contained in:
Matthew Macy
2019-10-26 10:07:59 -07:00
committed by Brian Behlendorf
parent 9e2ca0b3c6
commit 6963414d70
2 changed files with 0 additions and 36 deletions
-1
View File
@@ -32,7 +32,6 @@
#include <string.h>
#include <zlib.h>
#include <libgen.h>
#include <sys/signal.h>
#include <sys/spa.h>
#include <sys/stat.h>
#include <sys/processor.h>