Bring in an errno.9 manual page (based on NetBSD's).
[dragonfly.git] / usr.bin / dfregress / dfregress.h
blob53561e263231c314bf1e30f8c10d22f4de919c47
1 #define RESULT_TIMEOUT 0x01
2 #define RESULT_SIGNALLED 0x02
3 #define RESULT_NOTRUN 0x03
4 #define RESULT_FAIL 0x04
5 #define RESULT_PASS 0x05
6 #define RESULT_UNKNOWN 0x06
7 #define RESULT_PREFAIL 0x07
8 #define RESULT_POSTFAIL 0x08
9 #define RESULT_BUILDFAIL 0x09
11 #define EXIT_NOTRUN 127