Source-Changes archive

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

CVS commit: src/sbin/route



Module Name:    src
Committed By:   ginsbach
Date:           Tue Aug 30 19:01:25 UTC 2005

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

Log Message:
Clean up some minor nits:
+ style (KNF).
  . don't cast NULL
  . white space clean up
+ use consistent format for error messages.
+ plug memory leaks and avoid malloc(0).
+ verbose message should display even when routing table is empty
  (flushroutes).


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sbin/route/route.c
cvs rdiff -r1.26 -r1.27 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