netcf-devel  

[netcf-devel] [PATCH 1/4] Add entry for EIOCTL to errmsgs table

Laine Stump
Thu, 22 Oct 2009 10:39:12 -0700

---
 src/netcf.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/netcf.c b/src/netcf.c
index 97d3b17..062ddcd 100644
--- a/src/netcf.c
+++ b/src/netcf.c
@@ -54,7 +54,8 @@ static const char *const errmsgs[] = {
     "failed to execute external program", /* EEXEC */
     "instance still in use",              /* EINUSE */
     "XSLT transformation failed",         /* EXSLTFAILED */
-    "File operation failed"               /* EFILE */
+    "File operation failed",              /* EFILE */
+    "ioctl operation failed"              /* EIOCTL */
 };
 
 static void free_netcf(struct netcf *ncf) {
-- 
1.6.5.15.gc274d

_______________________________________________
netcf-devel mailing list
netcf-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel