Subject: bootblock build bug (bbb) To: None <port-amiga@netbsd.org> From: Adam Ciarcinski <adam@pulstar.albedo.com.pl> List: port-amiga Date: 11/25/1998 11:21:42
Hi,
I think there is a bug in src/sys/arch/amiga/stand/bootblock/boot/samachdep.h
There is (line 40): 'int pain(void);' and should be: 'int pain(void *);'
Am I correct? :)
regards
- Adam