From: Richard M. Stallman Date: Thu, 19 May 1994 20:25:52 +0000 (+0000) Subject: [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too. X-Git-Tag: emacs-19.34~8294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dca31790bdd5f46e310523340ba73c05aa1f6c9;p=emacs.git [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too. --- diff --git a/src/sysdep.c b/src/sysdep.c index cbf928e786b..a9f6b3150f0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -125,6 +125,7 @@ extern int errno; #ifdef BROKEN_TIOCGWINSZ #undef TIOCGWINSZ +#undef TIOCSWINSZ #endif #ifdef USG