Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index