From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id XAA12190 for ; Thu, 7 Sep 1995 23:14:44 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA15399 (5.65c/Gatech-10.0-IDA for ); Thu, 7 Sep 1995 09:16:45 -0400 Received: by math (5.x/SMI-SVR4) id AA19734; Thu, 7 Sep 1995 09:09:33 -0400 Old-Return-Path: Resent-Date: Thu, 7 Sep 1995 22:11:25 +0900 Old-Return-Path: Date: Thu, 7 Sep 1995 22:11:25 +0900 From: Tatsuo Furukawa Message-Id: <199509071311.AA064779485@rfcom300.kobe.hp.com> To: zsh-users@math.gatech.edu Subject: SIGWINCH patch Reply-To: tatsuo@kobe.hp.com Resent-Message-Id: <"aXDHB.0.5q4.8ykJm"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/76 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hello ! I am zsh novice user. I tried to complile zsh-2.6-beta10 on HP-UX 8.0. But , I can not compile well. (>_<) Generally, I think zsh-2.6-beta10 can not compile on OS which has not SIGWINCH. I made patch. (^_^)v --- Src/signals.c Sat Jul 1 07:06:35 1995 +++ Src/signals.c Tue Jul 25 17:22:16 1995 @@ -515,9 +515,11 @@ } break; +#ifdef SIGWINCH case SIGWINCH: adjustwinsize(); /* check window size and adjust */ break; +#endif case SIGALRM: if (sigtrapped[SIGALRM]) { --------------------------------------------------------------- [(hp)] KID RFCOMM Tatsuo Furukawa ( Dragon ) tatsuo@kobe.hp.com