|
|
@@ -1,29 +0,0 @@
|
|
|
-Index: src/main.c
|
|
|
---- src/main.c.orig 2009-06-05 16:58:59 +0200
|
|
|
-+++ src/main.c 2009-06-07 09:46:03 +0200
|
|
|
-@@ -520,8 +520,10 @@
|
|
|
- }
|
|
|
-
|
|
|
- /* reset stdin/stdout to binary mode under Windows */
|
|
|
-+#if 0
|
|
|
- setmode(0,O_BINARY);
|
|
|
- setmode(1,O_BINARY);
|
|
|
-+#endif
|
|
|
-
|
|
|
- /* if --keyref given, check encryption keys against named file */
|
|
|
- if (cmd.keyref && (cmd.mode == ENCRYPT || cmd.mode == KEYCHANGE)) {
|
|
|
-Index: src/platform.h
|
|
|
---- src/platform.h.orig 2009-06-05 16:39:49 +0200
|
|
|
-+++ src/platform.h 2009-06-07 09:46:32 +0200
|
|
|
-@@ -78,9 +78,11 @@
|
|
|
-
|
|
|
- #else /* on a POSIX system, map these to no-ops */
|
|
|
-
|
|
|
-+#if 0
|
|
|
- static inline void setmode(int fd, int mode) {
|
|
|
- return;
|
|
|
- }
|
|
|
-+#endif
|
|
|
- #ifndef O_BINARY
|
|
|
- #define O_BINARY 0
|
|
|
- #endif /* O_BINARY */
|