# HG changeset patch # User Mychaela Falconia # Date 1495310269 0 # Node ID 5c78f132547c574eb2d73ce3b2e07813a0f8ad0a # Parent d13ee4ef86c7e0a4bbec800e2e65afc094f8ea94 rvinterf/include/exitcodes.h: added ERROR_RFTEST for use by autocal tools diff -r d13ee4ef86c7 -r 5c78f132547c rvinterf/include/exitcodes.h --- a/rvinterf/include/exitcodes.h Sat May 20 19:43:49 2017 +0000 +++ b/rvinterf/include/exitcodes.h Sat May 20 19:57:49 2017 +0000 @@ -3,3 +3,4 @@ #define ERROR_RVINTERF 3 #define ERROR_UNIX 4 #define ERROR_BUG 5 +#define ERROR_RFTEST 6