diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-07 19:34:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-07 19:34:40 +0000 |
commit | 7984fcdc8f89451d7cf1f3eb323e94423665090f (patch) | |
tree | 6ad15cf8fbe14154ca8c9ffe9d5e513f7bce494b /net/pimdd/files/patch-pim.c | |
parent | Rename and split net/mcast-tools into net/pim6-tools, net/pim6sd, (diff) |
- Add LICENSE.
- Do not override CFLAGS.
- Fix some compiler warnings.
- Take maintainership.
Notes
Notes:
svn path=/head/; revision=396343
Diffstat (limited to 'net/pimdd/files/patch-pim.c')
-rw-r--r-- | net/pimdd/files/patch-pim.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pimdd/files/patch-pim.c b/net/pimdd/files/patch-pim.c index 47fd15669be7..4ad2ed4786c4 100644 --- a/net/pimdd/files/patch-pim.c +++ b/net/pimdd/files/patch-pim.c @@ -1,6 +1,6 @@ ---- pim.c.orig Fri Sep 29 11:54:13 2006 -+++ pim.c Fri Sep 29 11:54:28 2006 -@@ -257,7 +257,6 @@ +--- pim.c.orig 1999-11-30 17:58:53 UTC ++++ pim.c +@@ -257,7 +257,6 @@ send_pim(buf, src, dst, type, datalen) pim = (pim_header_t *)(buf + sizeof(struct ip)); pim->pim_type = type; pim->pim_vers = PIM_PROTOCOL_VERSION; @@ -8,7 +8,7 @@ pim->pim_cksum = 0; /* TODO: XXX: if start using this code for PIM_REGISTERS, exclude the * encapsulated packet from the checsum. -@@ -349,7 +348,6 @@ +@@ -349,7 +348,6 @@ send_pim_unicast(buf, src, dst, type, da pim = (pim_header_t *)(buf + sizeof(struct ip)); pim->pim_vers = PIM_PROTOCOL_VERSION; pim->pim_type = type; |