PERFORCE change 134012 for review

Robert Watson rwatson at FreeBSD.org
Thu Jan 24 06:42:47 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134012

Change 134012 by rwatson at rwatson_freebsd_capabilities on 2008/01/24 14:42:34

	ENOTCAPABLE.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/errlst.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/errlst.c#2 (text+ko) ====

@@ -150,5 +150,6 @@
 	"Multihop attempted",			/* 90 - EMULTIHOP */
 	"Link has been severed",		/* 91 - ENOLINK */
 	"Protocol error",			/* 92 - EPROTO */
+	"Capabilities insufficient",		/* 93 - ENOTCAPABLE */
 };
 const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]);


More information about the p4-projects mailing list