Here are some useful patches to rn for A/UX

Matthias Urlichs urlichs at smurf.sub.org
Sat Dec 1 10:52:56 AEST 1990


In comp.unix.aux, article <1990Nov30.015100.6211 at wiskit.pdx.com>,
  herbw at wiskit.pdx.com (Herb Weiner) writes:
<   final_init()
<   {
< + #ifdef _AUX_SOURCE
< + #include <compat.h>
< +     setcompat (COMPAT_BSDSIGNALS | COMPAT_SYSCALLS); /* for Apple A/UX 2.0 */
< + #endif _AUX_SOURCE
< + 
<   #ifdef SIGTSTP

Another way to accomplish this would be to link with the BSD compatibility
library, -lbsd. That would have the advantage of leaving the source intact --
important when the next patch comes along...

NB: The problem also occurs when suspending rn via ^Z.

-- 
Matthias Urlichs -- urlichs at smurf.sub.org -- urlichs at smurf.ira.uka.de     /(o\
Humboldtstrasse 7 - 7500 Karlsruhe 1 - FRG -- +49+721+621127(0700-2330)   \o)/



More information about the Comp.unix.aux mailing list