From: Glauber Costa Date: Mon, 25 Jun 2012 11:29:00 +0000 (+0200) Subject: error.h: fix numbering of error codes X-Git-Tag: v0.41~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e28a3295f31f1bc035f5232f00a72c5cdd0ae8;p=thirdparty%2Flibcgroup.git error.h: fix numbering of error codes fix numbering of error codes from ECGEOF error code. Signed-off-by: Glauber Costa Acked-by: Dhaval Giani --- diff --git a/include/libcgroup/error.h b/include/libcgroup/error.h index 46d86860..1dfdde9d 100644 --- a/include/libcgroup/error.h +++ b/include/libcgroup/error.h @@ -62,7 +62,7 @@ enum { * Not an real error, it just indicates that iterator has come to end * of sequence and no more items are left. */ - ECGEOF = 23, + ECGEOF = 50023, /** Failed to parse config file (cgconfig.conf). */ ECGCONFIGPARSEFAIL, ECGNAMESPACEPATHS,