In userland case include <errno.h>, not <err.h>. This is needed to make
the src/tools/regression/geom stuff compile.
This commit is contained in:
parent
2795bde27c
commit
777a410912
@ -38,7 +38,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
Loading…
Reference in New Issue
Block a user