In cons.h, max number of sessions per child increased from 8 to 10
#define MAXMEMB 10

To consent.c
/* Prevents error logging on SCSI pods.  Couldn't set POSIX */
if 0 && USE_POSIX_TTY

To group.c
/* To prevent the error logging of "Lost connection" and filling up logging */
#define AIX_3_2_4_IS_BUSTED 1
#if AIX_3_2_4_IS_BUSTED
                                if (nr == 0) continue;
#endif
