Subject: possible patch to 1.4.1
To: None <port-sparc@netbsd.org>
From: Allen D. Ball <ball@impression-technology.com>
List: port-sparc
Date: 09/07/1999 09:38:45
This is a multi-part message in MIME format.

------=_NextPart_000_0002_01BEF914.C8223620
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I built 1.4.1 on my SS-1+ running 1.3.3.  The "make build" was successful
(after I went through a few gyrations to get 1.4.1 kernel) except for not
finding a couple of include files.  FWIW, applying the following patch to a
makefile made the build run successfully.

I don't know if the patch is "right," though.

Allen
- --
-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.0.2

iQA/AwUBN9U/ldtAFf3qaxFUEQI0XQCfW39V/Voe2HuLataNeSoJ0F3KYs4An0b8
3BEhtPt+2JVNxCH/6J8MnP9B
=34zN
-----END PGP SIGNATURE-----

------=_NextPart_000_0002_01BEF914.C8223620
Content-Type: text/plain;
	name="patches-1.4.1.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patches-1.4.1.txt"

--- usr/src/sys/arch/sparc/include/Makefile-	Fri Jan 15 05:31:27 1999
+++ usr/src/sys/arch/sparc/include/Makefile	Thu Sep  2 13:53:48 1999
@@ -10,6 +10,6 @@
 	limits.h oldmon.h openpromio.h param.h pcb.h pmap.h proc.h \
 	profile.h psl.h pte.h ptrace.h reg.h reloc.h remote-sl.h setjmp.h \
 	signal.h stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h \
-	vuid_event.h
+	vuid_event.h openfirm.h promlib.h
 
 .include <bsd.kinc.mk>

------=_NextPart_000_0002_01BEF914.C8223620--