Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/05/2000 17:06:19
Module Name:	basesrc
Committed By:	thorpej
Date:		Mon Mar  6 01:06:19 UTC 2000

Modified Files:
	basesrc/sbin/ifconfig: ifconfig.c

Log Message:
Per a discussion on gcc-bugs, port-alpha/9494 is not a compiler bug, but
rather a bug in the code (which is violating the C standard by casting
an unaligned pointer to a pointer with more strict alignment constraints).

Fix the code to not do such things.  Fixes port-alpha/9494.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 basesrc/sbin/ifconfig/ifconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.