This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] procfs.c: Include "filestuff.h"
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Marcin Cieslak <saper at saper dot info>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 19 Aug 2015 08:53:56 +0100
- Subject: Re: [PATCH] procfs.c: Include "filestuff.h"
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot BSF dot 2 dot 11 dot 1508181807170 dot 7491 at z dot fncre dot vasb>
Marcin Cieslak <saper@saper.info> writes:
> Fixes implicit function declaration
> error in procfs.c:4927 about undeclared
> make_cleanup_close().
>
> gdb/ChangeLog:
>
> PR gdb/18843
Nit: it should be "PR build/18843".
> * procfs.c: Include "filestuff.h"
It is a sentence so should be ended with ".".
Otherwise, patch is OK to me. You can push it in or I can push it in in
case you don't have write access to git repository.
--
Yao (éå)