From 35e28a3295f31f1bc035f5232f00a72c5cdd0ae8 Mon Sep 17 00:00:00 2001 From: Glauber Costa Date: Mon, 25 Jun 2012 13:29:00 +0200 Subject: [PATCH] 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 --- include/libcgroup/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2