Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Mon Jul  7 15:52:18 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv4427/dev/ic

Modified Files:
        midway.c 
Log Message:
fix static inline functions' prototypes so they're correctly marked
'inline' as well as static.  mark prototypes for static inline functions
as possibly unused (with __attribute__ ((unused))), to avoid generating
warnings when compiling without optimization but with most ports'
default warning flags.  Clean up prototype list spacing, and make it more
consistent.


phil
Mon Jul  7 15:57:56 PDT 1997
Update of /cvsroot/src/usr.bin/mail
In directory netbsd1:/var/slash-tmp/cvs-serv5676

Modified Files:
        collect.c extern.h fio.c 
Log Message:
Fixed bug where long lines (>1023 characters in current implementation)
were viewed as multiple lines by both standard input and ~<file.
Closes PR 3463.




Home | Main Index | Thread Index | Old Index