Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nano/files: nano-2.1.11-proto.patch
Date: Mon, 02 Nov 2009 22:58:26
Message-Id: E1N55qz-00086v-D2@stork.gentoo.org
1 vapier 09/11/02 22:58:25
2
3 Added: nano-2.1.11-proto.patch
4 Log:
5 Version bump.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-editors/nano/files/nano-2.1.11-proto.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/files/nano-2.1.11-proto.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/files/nano-2.1.11-proto.patch?rev=1.1&content-type=text/plain
13
14 Index: nano-2.1.11-proto.patch
15 ===================================================================
16 fix implicit decl of is_file_writable()
17
18 --- a/src/files.c
19 +++ b/src/files.c
20 @@ -32,6 +32,8 @@
21 #include <ctype.h>
22 #include <pwd.h>
23
24 +static int is_file_writable(const char *filename);
25 +
26 /* Add an entry to the openfile openfilestruct. This should only be
27 * called from open_buffer(). */
28 void make_new_buffer(void)