3 changed files with 2 additions and 33 deletions
@ -1,11 +0,0 @@ |
|||||
diff -u -r ../mc-4.8.11/lib/tty/tty.c ./lib/tty/tty.c
|
|
||||
--- ../mc-4.8.11/lib/tty/tty.c 2013-11-29 19:27:07.000000000 +0100
|
|
||||
+++ ./lib/tty/tty.c 2014-01-08 12:02:35.217251791 +0100
|
|
||||
@@ -34,6 +34,7 @@
|
|
||||
#include <stdarg.h> |
|
||||
#include <stdlib.h> |
|
||||
#include <string.h> /* memset() */ |
|
||||
+#include <termios.h>
|
|
||||
#include <unistd.h> /* exit() */ |
|
||||
|
|
||||
#ifdef HAVE_SYS_IOCTL_H |
|
@ -1,20 +0,0 @@ |
|||||
diff --git a/src/vfs/extfs/helpers/s3+.in b/src/vfs/extfs/helpers/s3+.in
|
|
||||
index 2ab596a..65b709b 100644
|
|
||||
--- a/src/vfs/extfs/helpers/s3+.in
|
|
||||
+++ b/src/vfs/extfs/helpers/s3+.in
|
|
||||
@@ -1,4 +1,4 @@
|
|
||||
-#! @PYTHON@
|
|
||||
+#! @PYTHON@2
|
|
||||
# -*- coding: utf-8 -*- |
|
||||
|
|
||||
# |
|
||||
diff --git a/src/vfs/extfs/helpers/uc1541.in b/src/vfs/extfs/helpers/uc1541.in
|
|
||||
index dd7b7c4..8da6bfb 100644
|
|
||||
--- a/src/vfs/extfs/helpers/uc1541.in
|
|
||||
+++ b/src/vfs/extfs/helpers/uc1541.in
|
|
||||
@@ -1,4 +1,4 @@
|
|
||||
-#! @PYTHON@
|
|
||||
+#! @PYTHON@2
|
|
||||
""" |
|
||||
UC1541 Virtual filesystem |
|
||||
|
|
Loading…
Reference in new issue