Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/17/2000 21:19:25
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 18 05:19:25 UTC 2000

Modified Files:
	syssrc/sys/kern: uipc_socket2.c
	syssrc/sys/sys: socket.h

Log Message:
fix alignment problem in ancillary messages (alpha).

the change constitutes binary compatibility issue hen sizeof(long) !=4.
there's no way to be backward compatible, and only guys affected
are IPv6 userland tools.

From: =?iso-8859-1?Q?G=F6ran_Bengtson?= <goeran@cdg.chalmers.se>


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/kern/uipc_socket2.c
cvs rdiff -r1.49 -r1.50 syssrc/sys/sys/socket.h

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