Subject: CVS commit: src/sbin/ifconfig
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 01/20/2005 16:16:10
Module Name:	src
Committed By:	xtraeme
Date:		Thu Jan 20 16:16:10 UTC 2005

Modified Files:
	src/sbin/ifconfig: Makefile ifconfig.c

Log Message:
Fix the cast for the getnameinfo() call in the status() function, which
should be "const struct" not "struct" for sockaddr.

WARNS=3


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sbin/ifconfig/Makefile
cvs rdiff -r1.149 -r1.150 src/sbin/ifconfig/ifconfig.c

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