Author: trasz
Date: Mon Apr 20 13:53:40 2009
New Revision: 191312
URL: http://svn.freebsd.org/changeset/base/191312

Log:
  Adjust route(4) manual page to remove rtm_use field, which was removed
  from the route.h some time ago.
  
  Reviewed by:  rwatson

Modified:
  head/share/man/man4/route.4

Modified: head/share/man/man4/route.4
==============================================================================
--- head/share/man/man4/route.4 Mon Apr 20 13:45:39 2009        (r191311)
+++ head/share/man/man4/route.4 Mon Apr 20 13:53:40 2009        (r191312)
@@ -217,7 +217,6 @@ struct rt_msghdr {
     pid_t   rtm_pid;            /* identify sender */
     int     rtm_seq;            /* for sender to identify action */
     int     rtm_errno;          /* why failed */
-    int     rtm_use;            /* from rtentry */
     u_long  rtm_inits;          /* which metrics we are initializing */
     struct  rt_metrics rtm_rmx;        /* metrics themselves */
 };
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to