Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 04/13/2000 00:39:59
Module Name: basesrc
Committed By: itojun
Date: Thu Apr 13 07:39:58 UTC 2000
Modified Files:
basesrc/sbin/ifconfig: Makefile ifconfig.c
Log Message:
use getifaddrs, not SIOCGIFCONF, to avoid alignment constraints.
TODO: maybe it's better to pass struct ifaddrs * to in{,6}_alias.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/sbin/ifconfig/Makefile
cvs rdiff -r1.77 -r1.78 basesrc/sbin/ifconfig/ifconfig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.