summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2008-09-11 04:56:37 +0000
committernelson%bolyard.com <devnull@localhost>2008-09-11 04:56:37 +0000
commit84aecc90275971cf19b2e998f6410a1d9bd16ddb (patch)
treee94f93dac24908259a1d115b32d886a27e6c8db7
parentc3f02b1ed21c27e5d48ffc438ff46eeb6e6ae9a5 (diff)
downloadnss-hg-84aecc90275971cf19b2e998f6410a1d9bd16ddb.tar.gz
Backout part of patch for bug 447563, which cause the testing to fail.
The enumeration is evidently part of the public API of modutil. :( /Sheriff Nelson
-rw-r--r--security/nss/cmd/modutil/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/cmd/modutil/error.h b/security/nss/cmd/modutil/error.h
index 0bd532daa..7b478223a 100644
--- a/security/nss/cmd/modutil/error.h
+++ b/security/nss/cmd/modutil/error.h
@@ -60,6 +60,7 @@ typedef enum {
DIR_NOT_READABLE_ERR,
DIR_NOT_WRITEABLE_ERR,
INVALID_CONSTANT_ERR,
+ ADD_MODULE_FAILED_ERR,
ADD_MODULE_FAILED_STATUS_ERR,
OUT_OF_MEM_ERR,
DELETE_INTERNAL_ERR,
@@ -113,6 +114,7 @@ static char *errStrings[] = {
"ERROR: Directory \"%s\" is not readable.\n",
"ERROR: Directory \"%s\" is not writeable.\n",
"\"%s\" is not a recognized value.\n",
+ "ERROR: Failed to add module \"%s\".\n",
"ERROR: Failed to add module \"%s\". Probable cause : \"%s\".\n",
"ERROR: Out of memory.\n",
"ERROR: Cannot delete internal module.\n",