Subject: mfc.c and grfabs_cc.c no longer compile
To: None <amiga@NetBSD.ORG>
From: Rob Healey <rhealey@kas.helios.mn.org>
List: amiga
Date: 09/21/1995 01:06:58
After the recent sup mfc and grfabs_cc.c no longer compile. The fixes
are simple enough tho:
1: for mfc.c put #ifndef around the SERIBUF_SIZE and SEROBUF_SIZE
defines.
2: Steal the abs() function from libc and shove it in grfabs_cc.c.
Due to the new -Werror -fno-builtin options on the kernel make the
above bomb out. Otherwise the port seems to be pretty clean!
-Rob