Subject: CVS commit: src/sbin/route
To: None <source-changes@NetBSD.org>
From: Brian Ginsbach <ginsbach@netbsd.org>
List: source-changes
Date: 05/10/2005 18:12:22
Module Name:	src
Committed By:	ginsbach
Date:		Tue May 10 18:12:22 UTC 2005

Modified Files:
	src/sbin/route: route.c

Log Message:
Fix macro NEXTADDR so that the names, like so_dst, are printed
rather than u.  The preprocessor doesn't do replacement within
strings, so the # string creation operator must be used.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sbin/route/route.c

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