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

Laine Stump laine at laine.org
Thu Oct 22 17:38:39 UTC 2009


---
 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



More information about the netcf-devel mailing list