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:
Poul-Henning Kamp 2003-01-06 20:05:45 +00:00
parent 0415010cbd
commit 72384683ad

View file

@ -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>