diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-30 16:20:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-11-30 16:20:25 +0000 |
commit | bcb62f52b6145733676ed16af08c02a323a5d845 (patch) | |
tree | 233da163b14c968005f60485cc270702a2b344c6 /app-editors/nano | |
parent | buggy (diff) | |
download | gentoo-2-bcb62f52b6145733676ed16af08c02a323a5d845.tar.gz gentoo-2-bcb62f52b6145733676ed16af08c02a323a5d845.tar.bz2 gentoo-2-bcb62f52b6145733676ed16af08c02a323a5d845.zip |
old
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/files/nano-2.1.11-proto.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-editors/nano/files/nano-2.1.11-proto.patch b/app-editors/nano/files/nano-2.1.11-proto.patch deleted file mode 100644 index fd119cf4d1e7..000000000000 --- a/app-editors/nano/files/nano-2.1.11-proto.patch +++ /dev/null @@ -1,13 +0,0 @@ -fix implicit decl of is_file_writable() - ---- a/src/files.c -+++ b/src/files.c -@@ -32,6 +32,8 @@ - #include <ctype.h> - #include <pwd.h> - -+static int is_file_writable(const char *filename); -+ - /* Add an entry to the openfile openfilestruct. This should only be - * called from open_buffer(). */ - void make_new_buffer(void) |