Skip to content

Commit

Permalink
make it compilable on netbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Oct 30, 2003
1 parent 67e48f4 commit e750027
Show file tree
Hide file tree
Showing 4 changed files with 1,149 additions and 241 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet/dccp_cc_sw.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: dccp_cc_sw.c,v 1.4 2003/10/18 08:16:17 itojun Exp $ */
/* $KAME: dccp_cc_sw.c,v 1.5 2003/10/30 07:36:53 ono Exp $ */

/*
* Copyright (c) 2003 Nils-Erik Mattsson
Expand Down Expand Up @@ -56,10 +56,10 @@

#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/in_pcb.h>
#include <netinet/in_var.h>

#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/icmp_var.h>
#include <netinet/ip_var.h>
Expand Down
4 changes: 2 additions & 2 deletions kame/sys/netinet/dccp_tcplike.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: dccp_tcplike.c,v 1.7 2003/10/23 05:44:35 ono Exp $ */
/* $KAME: dccp_tcplike.c,v 1.8 2003/10/30 07:36:53 ono Exp $ */

/*
* Copyright (c) 2003 Magnus Erixzon
Expand Down Expand Up @@ -56,10 +56,10 @@

#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/in_pcb.h>
#include <netinet/in_var.h>

#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/icmp_var.h>
#include <netinet/ip_var.h>
Expand Down
Loading

0 comments on commit e750027

Please sign in to comment.