Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/02/1999 20:47:40
Module Name:	basesrc
Committed By:	itojun
Date:		Fri Sep  3 03:47:40 UTC 1999

Modified Files:
	basesrc/sbin/route: route.c show.c

Log Message:
fix alignment issue in routing socket data, on 64bit arch (i.e. alpha).
sockaddrs are packed with ROUNDUP() in sys/net/rtsock.c so userland
programs needs to follow that.

PR: 8179


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 basesrc/sbin/route/route.c
cvs rdiff -r1.11 -r1.12 basesrc/sbin/route/show.c

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