changeset 62:2dd9dbe3f4a7

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
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 21:36:07 +0000
parents c10a65f7563e
children 09b4fd9b3827
files rvinterf/etmsync/exitcodes.h rvinterf/include/exitcodes.h
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- /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