Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/08/1996 16:00:02
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.