Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/28/1997 04:30:02
mark
Mon Jan 27 20:20:59 PST 1997
Update of /cvsroot/src/sys/arch/arm32/dev/console
In directory netbsd1:/var/slash-tmp/cvs-serv25092/dev/console
Modified Files:
vidcconsole.c
Log Message:
Fix the declarations of the interrupt handlers to accept void * pointers
as the only argument and cast this as appropriate now that the function
pointers to the interrupt registration functions are fully prototyped.
mark
Mon Jan 27 20:21:03 PST 1997
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv25092/podulebus
Modified Files:
asc.c cosc.c ptsc.c podulebus.c
Log Message:
Fix the declarations of the interrupt handlers to accept void * pointers
as the only argument and cast this as appropriate now that the function
pointers to the interrupt registration functions are fully prototyped.