fix indentation of a comment

This commit is contained in:
Luigi Rizzo 2002-06-23 09:14:24 +00:00
parent a5924d6100
commit dfd1ae2f86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98665

View File

@ -130,7 +130,7 @@ struct dn_pkt {
#define DN_TO_ETH_DEMUX 4
#define DN_TO_ETH_OUT 5
dn_key output_time; /* when the pkt is due for delivery */
dn_key output_time; /* when the pkt is due for delivery */
struct ifnet *ifp; /* interface, for ip_output */
struct sockaddr_in *dn_dst ;
struct route ro; /* route, for ip_output. MUST COPY */