From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerlando Falauto Date: Mon, 03 Sep 2012 09:34:35 +0200 Subject: [U-Boot] [PATCH v4 7/7] env: delete selected vars not present in imported env In-Reply-To: <20120902120127.EB8A0203B2F@gemini.denx.de> References: <1321634955-5561-1-git-send-email-gerlando.falauto@keymile.com> <1345803102-21110-1-git-send-email-gerlando.falauto@keymile.com> <1345803102-21110-8-git-send-email-gerlando.falauto@keymile.com> <201208241658.56669.marex@denx.de> <50379AD5.6030709@keymile.com> <20120902120127.EB8A0203B2F@gemini.denx.de> Message-ID: <50445D8B.4040107@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/02/2012 02:01 PM, Wolfgang Denk wrote: > Dear Gerlando Falauto, > > In message<50379AD5.6030709@keymile.com> you wrote: >> >>>> int himport_r(struct hsearch_data *htab, >>>> const char *env, size_t size, const char sep, int flag, >>>> - int nvars, char * const vars[], int do_apply) >>>> + int nvars, char * const __vars[], int do_apply) >>> >>> Two underscores are reserved, use something else ;-) >> >> Like... one? three? ;-) > > Neither of these. Use another name. That was more of a joke. :-) Anyway, please see patch v5 (for this patch only). Thank you, Gerlando