[comp.soft-sys.andrew] Two typos in patch level 7

guy@auspex.auspex.com (Guy Harris) (11/18/89)

These both showed up when trying to build patch level 7.  The first is
in "atk/support/nstdmark.c":

*** nstdmark.c.dist	Wed Nov 15 17:16:36 1989
--- nstdmark.c	Fri Nov 17 12:04:28 1989
***************
*** 563,565 ****
--- 563,566 ----
  	boolean Old = GlobalIsolation;
  	GlobalIsolation = dontextend;
  	return Old;
+ }

and the second is in "overhead/class/machdep/sun_sparc/Imakefile":

*** Imakefile.dist	Wed Nov 15 17:17:33 1989
--- Imakefile	Fri Nov 17 10:55:42 1989
***************
*** 10,16 ****
  /* Under AFS we do not want to pull in certain NFS routines since that
   * results in multiple definitions of certain XDR routines.
   */
! #idfef AFS_ENV
  GETLIST = getlafs.awk
  #else
  GETLIST = getlist.awk
--- 10,16 ----
  /* Under AFS we do not want to pull in certain NFS routines since that
   * results in multiple definitions of certain XDR routines.
   */
! #ifdef AFS_ENV
  GETLIST = getlafs.awk
  #else
  GETLIST = getlist.awk

ghoti+@ANDREW.CMU.EDU (Adam Stoller) (11/20/89)

Thank you - apparently some people have not been careful when making
their changes here.

--fish