# HG changeset patch # User Mychaela Falconia # Date 1477517767 0 # Node ID 2dd9dbe3f4a7c350bd716ccc5456b282e1dffedc # Parent c10a65f7563e5ed99b0dfbe32310fc627bf92ddf rvinterf tree: exitcodes.h moved from etmsync to include so that the same exit code convention can be used in fc-shell and fc-tmsh diff -r c10a65f7563e -r 2dd9dbe3f4a7 rvinterf/etmsync/exitcodes.h --- a/rvinterf/etmsync/exitcodes.h Wed Oct 26 16:06:28 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -#define ERROR_USAGE 1 -#define ERROR_TARGET 2 -#define ERROR_RVINTERF 3 -#define ERROR_UNIX 4 -#define ERROR_BUG 5 diff -r c10a65f7563e -r 2dd9dbe3f4a7 rvinterf/include/exitcodes.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rvinterf/include/exitcodes.h Wed Oct 26 21:36:07 2016 +0000 @@ -0,0 +1,5 @@ +#define ERROR_USAGE 1 +#define ERROR_TARGET 2 +#define ERROR_RVINTERF 3 +#define ERROR_UNIX 4 +#define ERROR_BUG 5