diff options
Diffstat (limited to 'app-editors/nano/files/nano-2.1.11-proto.patch')
-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) |