Skip to content

Commit

Permalink
sync comment with reality for init_ip6pktopts
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Feb 10, 2001
1 parent 4cb7473 commit c69eb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kame/sys/netinet6/ip6_output.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: ip6_output.c,v 1.162 2001/02/10 04:42:52 itojun Exp $ */
/* $KAME: ip6_output.c,v 1.163 2001/02/10 04:44:25 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -2719,8 +2719,8 @@ ip6_pcbopts(pktopt, m, so)
}

/*
* Set up an IP6 option in pcb for insertion in output packets or
* specifying behavior of outgoing packets.
* initialize ip6_pktopts. beware that there are non-zero default values in
* the struct.
*/
void
init_ip6pktopts(opt)
Expand Down

0 comments on commit c69eb70

Please sign in to comment.