NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49371 CVS commit: src/sbin/route



The following reply was made to PR kern/49371; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49371 CVS commit: src/sbin/route
Date: Thu, 6 Nov 2014 16:29:32 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Thu Nov  6 21:29:32 UTC 2014
 
 Modified Files:
 	src/sbin/route: Makefile extern.h prog_ops.h route.c show.c
 Added Files:
 	src/sbin/route: rtutil.c rtutil.h
 
 Log Message:
 Factor out the netstat route printing code and use it here. There is no
 point in having 2 different copies; fixes PR/49371
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 src/sbin/route/Makefile
 cvs rdiff -u -r1.14 -r1.15 src/sbin/route/extern.h
 cvs rdiff -u -r1.2 -r1.3 src/sbin/route/prog_ops.h
 cvs rdiff -u -r1.144 -r1.145 src/sbin/route/route.c
 cvs rdiff -u -r0 -r1.1 src/sbin/route/rtutil.c src/sbin/route/rtutil.h
 cvs rdiff -u -r1.45 -r1.46 src/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