From 04025bdc6c15c307ffa4fbcf39eec39024b9b935 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 11 Jun 2015 10:20:57 +0000 Subject: Fix totally buggy db->argvs management --- src/include/s6-rc/s6rc-db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/s6-rc/s6rc-db.h b/src/include/s6-rc/s6rc-db.h index bc475c7..cc2bb9f 100644 --- a/src/include/s6-rc/s6rc-db.h +++ b/src/include/s6-rc/s6rc-db.h @@ -54,7 +54,7 @@ struct s6rc_db_s unsigned int nargvs ; unsigned int ndeps ; char *string ; - char **argvs ; + char const **argvs ; uint32 *deps ; } ; -- cgit v1.2.3