OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc.h versions 1.56 and 1.57
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/rc/rc.h 1.56 -> 1.57

--- rc.h 2003/07/01 13:26:25     1.56
+++ rc.h 2003/07/02 15:31:38     1.57
@@ -60,14 +60,15 @@
     RC_ERR_IO  = 5,   /* Input/output error       */
     RC_ERR_INT = 6,   /* Internal error           */
     RC_ERR_FNC = 7,   /* Func file not found      */
-    RC_ERR_DIR = 8,   /* Location dir not found   */
-    RC_ERR_RCF = 9,   /* Rc file not found        */
-    RC_ERR_TRM = 10,  /* Request to terminate app */
-    RC_ERR_CFG = 11,  /* Config or option failure */
-    RC_ERR_ROOT = 12, /* Process must run as root */
-    RC_WRN_0   = 13,  /* Warning base             */
-    RC_WRN_OWR = 14,  /* Overwrite warning        */
-    RC_WRN_NUL = 15   /* NULL pointer warning     */
+    RC_ERR_LOC = 8,   /* Location dir not found   */
+    RC_ERR_TMP = 9,   /* Temporary dir not found  */
+    RC_ERR_RCF = 10,  /* Rc file not found        */
+    RC_ERR_TRM = 11,  /* Request to terminate app */
+    RC_ERR_CFG = 12,  /* Config or option failure */
+    RC_ERR_ROOT = 13, /* Process must run as root */
+    RC_WRN_0   = 14,  /* Warning base             */
+    RC_WRN_OWR = 15,  /* Overwrite warning        */
+    RC_WRN_NUL = 16   /* NULL pointer warning     */
 } rc_return_t;
 
 /* Config function prototypes */

CVSTrac 2.0.1