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:
phk 2003-01-06 20:05:45 +00:00
parent 2795bde27c
commit 777a410912

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>