head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.1 date 2004.10.07.18.36.31; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.10.07.18.36.31; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.58.45; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @remove non-Unix crap @ text @Index: zimg.c --- zimg.c.orig 2004-02-13 18:24:52 +0100 +++ zimg.c 2004-10-07 20:32:38 +0200 @@@@ -1921,9 +1921,6 @@@@ } else { if (!ttyname(fileno(stdout))) { z.ofp = stdout; -#if !defined(unix) && !defined(__unix) && !defined(__unix__) - setmode(fileno(stdout), O_BINARY); -#endif #ifdef HAVE_POPEN } else { /* output is a terminal. The user probably forgot to @@@@ -1935,9 +1932,6 @@@@ if (!z.ofp) { /* fallback to stdout */ z.ofp = stdout; -#if !defined(unix) && !defined(__unix) && !defined(__unix__) - setmode(fileno(stdout), O_BINARY); -#endif } else { ofp_close = pclose; } @ 1.1.2.1 log @file zimg.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:58:45 +0000 @ text @d1 23 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 23 Index: zimg.c --- zimg.c.orig 2004-02-13 18:24:52 +0100 +++ zimg.c 2004-10-07 20:32:38 +0200 @@@@ -1921,9 +1921,6 @@@@ } else { if (!ttyname(fileno(stdout))) { z.ofp = stdout; -#if !defined(unix) && !defined(__unix) && !defined(__unix__) - setmode(fileno(stdout), O_BINARY); -#endif #ifdef HAVE_POPEN } else { /* output is a terminal. The user probably forgot to @@@@ -1935,9 +1932,6 @@@@ if (!z.ofp) { /* fallback to stdout */ z.ofp = stdout; -#if !defined(unix) && !defined(__unix) && !defined(__unix__) - setmode(fileno(stdout), O_BINARY); -#endif } else { ofp_close = pclose; } @