From b4ed6f29ab917ba9559108c34cc18827e5d7d70e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 15 Aug 2005 10:39:30 +0000 Subject: [PATCH] Add ERR_NOT_IMPLEMENTED This commit was SVN r6878. --- opal/include/opal_constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/opal/include/opal_constants.h b/opal/include/opal_constants.h index 5bbd2943ee..43c447e1c6 100644 --- a/opal/include/opal_constants.h +++ b/opal/include/opal_constants.h @@ -25,6 +25,7 @@ #define OPAL_ERR_IN_ERRNO -3 #define OPAL_ERR_NOT_FOUND -4 #define OPAL_ERR_BAD_PARAM -5 +#define OPAL_ERR_NOT_IMPLEMENTED -6 #endif /* OPAL_CONSTANTS_H */