Path: utzoo!mnetor!uunet!swlabs!jack
From: jack@swlabs.UUCP (Jack Bonn)
Newsgroups: news.software.b
Subject: Problem with patch level 12 for SMALL_ADDRESS_SPACE
Message-ID: <1429@swlabs.UUCP>
Date: 9 Dec 87 22:20:33 GMT
Organization: Software Labs, Ltd. Easton CT USA
Lines: 30

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