Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 01/15/2000 16:51:10
Module Name:	pkgsrc
Committed By:	sommerfeld
Date:		Sun Jan 16 00:51:08 UTC 2000

Modified Files:
	pkgsrc/mail/postfix/files: patch-sum
Added Files:
	pkgsrc/mail/postfix/patches: patch-bs

Log Message:
Avoid misaligned loads on alpha in util/inet_addr_local.c: copy *ifr in
such a way that gcc doesn't make unwarranted assumptions about the
alignment of *ifr.  Simply casting to (char *) wasn't sufficient.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/postfix/files/patch-sum
cvs rdiff -r0 -r1.1 pkgsrc/mail/postfix/patches/patch-bs

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