Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.soft-sys.andrew Subject: Two typos in patch level 7 Message-ID: <2645@auspex.auspex.com> Date: 18 Nov 89 02:47:29 GMT Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 34 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