Navigation Menu

Skip to content

Commit

Permalink
makes it compilable on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Jan 25, 2004
1 parent 4f695c9 commit 3205ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/traceroute6/traceroute6.c
@@ -1,4 +1,4 @@
/* $KAME: traceroute6.c,v 1.67 2004/01/25 03:24:39 itojun Exp $ */ /* $KAME: traceroute6.c,v 1.68 2004/01/25 11:16:12 suz Exp $ */


/* /*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -300,7 +300,7 @@ struct opacket {
u_char hops; /* hop limit of the packet */ u_char hops; /* hop limit of the packet */
u_char pad[2]; u_char pad[2];
struct tv32 tv; /* time packet left */ struct tv32 tv; /* time packet left */
} __packed; } __attribute__((__packed__));


u_char packet[512]; /* last inbound (icmp) packet */ u_char packet[512]; /* last inbound (icmp) packet */
struct opacket *outpacket; /* last output (udp) packet */ struct opacket *outpacket; /* last output (udp) packet */
Expand Down

0 comments on commit 3205ed3

Please sign in to comment.