svn commit: r214509 - head/sys/netinet
Gleb Smirnoff
glebius at FreeBSD.org
Fri Oct 29 11:13:42 UTC 2010
Author: glebius
Date: Fri Oct 29 11:13:42 2010
New Revision: 214509
URL: http://svn.freebsd.org/changeset/base/214509
Log:
Remove meaningless XXXXX, that is a remain of comment, removed in r186200.
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_ether.c
==============================================================================
--- head/sys/netinet/if_ether.c Fri Oct 29 10:57:18 2010 (r214508)
+++ head/sys/netinet/if_ether.c Fri Oct 29 11:13:42 2010 (r214509)
@@ -291,8 +291,6 @@ arpresolve(struct ifnet *ifp, struct rte
return (0);
}
}
- /* XXXXX
- */
retry:
IF_AFDATA_RLOCK(ifp);
la = lla_lookup(LLTABLE(ifp), flags, dst);
More information about the svn-src-head
mailing list