Port-amiga archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
audio-src12.tar.gz and audio-bin12.tar.gz ...
I enjoy building everything from scratch and usually don't bother
with pre-built binary distributions. I wish I had looked at the binary
distribution before i posted the last message. Apparently the SRC
software distribution is NOT correct for netbsd-1.2. I will use the
binary distribution's patch file to patch the kernel. I feel confident
that patch should work without error.
Diff in patch files follow: < kern12.diff (audio-bin12.tar.gz)
> kern.diff (audio-src12.tar.gz)
==============================================================
2c2
< RCS file: /home/newsham/CVS/sys/arch/amiga/amiga/cc.c,v
---
> RCS file: /home/newsham/CVS/sys/arch/amiga/amiga/cc.c,v
65c65
< + extern void defchannel_handler __P((int));
---
> + extern int defchannel_handler();
148,149c148,149
< + */ extern void defchannel_handler __P((int));
< + void defchannel_handler(i)
---
> + */
> + defchannel_handler(i)
210c210
< RCS file: /home/newsham/CVS/sys/arch/amiga/amiga/cc.h,v
---
> RCS file: /home/newsham/CVS/sys/arch/amiga/amiga/cc.h,v
223c223
< + typedef void (*handler_func_t)__P((int));
---
> + typedef int (*handler_func_t)();
should make a difference in things compiling
==============================================================
--
Simeon A. Layne Jr., please address E-Mail as follows,
from INTERNET: slayne%mail.sempco.org@localhost
UUCP: sempco.org!slayne
Home |
Main Index |
Thread Index |
Old Index