Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



cgd
Tue Feb 11 14:40:26 PST 1997
Update of /cvsroot/src/usr.sbin/mdsetimage
In directory netbsd1:/var/slash-tmp/cvs-serv8859

Modified Files:
        mdsetimage.c 
Log Message:
Re-fix the PR 3209.  The right thing to do is cast to (long long) and
print with %qd.  'off_t' is _NOT_ 'long long' on all platforms, and gcc
complains with -Wformat %qd is used on an off_t on those platforms.


scottr
Tue Feb 11 14:44:28 PST 1997
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv8447

Modified Files:
        asc.c obio.c obiovar.h 
Log Message:
Add a bus space tag field to obio_attach args, initialize it in
obio_search(), and use it in the ASC driver.  Thanks to Jason for
pointing this out.  Minor KNFing while I'm here.




Home | Main Index | Thread Index | Old Index