Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
cgd
Tue Oct 8 08:50:54 PDT 1996
Update of /cvsroot/src/usr.bin/strings
In directory netbsd1:/var/slash-tmp/cvs-serv3198
Modified Files:
strings.c
Log Message:
Don't treat a char buffer like a structure since alignment constraints can
make that fail on some machines. Rather, since the code wants to access
the data both ways, use a structure and treat that structure as an array
of chars where appropriate.
Home |
Main Index |
Thread Index |
Old Index