jack@swlabs.UUCP (Jack Bonn) (12/10/87)
While installing patch level 12 of the news software, I ran into a problem compiling rfuncs.c when SMALL_ADDRESS_SPACE is defined. It left int_sig undefined. The following context diffs fix the problem: Index: rfuncs.c *** .d/rfuncs.c Wed Dec 9 15:21:17 1987 --- rfuncs.c Wed Dec 9 14:03:16 1987 *************** *** 728,729 #ifdef SMALL_ADDRESS_SPACE --- 728,731 ----- + static int int_sig; + #ifdef SMALL_ADDRESS_SPACE *************** *** 748,750 static int lg_max = 0; - static int int_sig; extern int errno; --- 750,751 ----- static int lg_max = 0; extern int errno; -- Jack Bonn, <> Software Labs, Ltd, Box 451, Easton CT 06612 uunet!swlabs!jack
sob@watson.bcm.tmc.edu (Stan Barber) (12/14/87)
I found the same problem. I also found a few others while installing this on 2.10BSD. I will submit a patch set based on this before the end of the year. Hopefully, Rick will get them in first set of patches of 1988. Stan Stan internet: sob@tmc.edu Baylor College of Medicine Olan uucp: {rice,killer,hoptoad}!academ!sob Barber Opinions expressed are only mine.