Path: tut!enea!mcvax!seismo!ll-xn!husc6!linus!encore!paradis
From: paradis@encore.UUCP (Jim Paradis)
Newsgroups: comp.os.minix
Subject: Patches to minix shell (6 of 7) - sh4.c
Keywords: minix shell shar fix sh4.c
Message-ID: <1686@encore.UUCP>
Date: 23 Jun 87 19:25:41 GMT
Organization: Encore Computer Corp., Marlboro, MA
Lines: 26

Apply this patch to sh4.c

-------------------------cut here----------------------------

0a1
> #define Extern extern
234c235
< 		e.iop->task = XOTHER;
---
> 		e.iop->task =  XOTHER;
320c321
< 	for (cp = e.iop->arg.aword; *cp != '`'; cp++)
---
> 	for (cp = e.iop->arg.aword; *cp != '`'; cp++) {
324a326,327
> 	}
> 
348a352,355
> 	
> 	/* jrp debug */
> 	scraphere();
> 
353a361
> 
355a364
> 
