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-config.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-config.c')
-rw-r--r-- | net/pimdd/files/patch-config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pimdd/files/patch-config.c b/net/pimdd/files/patch-config.c index 760b41585503..6dc33a517647 100644 --- a/net/pimdd/files/patch-config.c +++ b/net/pimdd/files/patch-config.c @@ -1,6 +1,6 @@ ---- config.c.orig Fri Sep 29 11:55:19 2006 -+++ config.c Fri Sep 29 11:55:43 2006 -@@ -343,7 +343,7 @@ +--- config.c.orig 1999-11-30 17:58:53 UTC ++++ config.c +@@ -343,7 +343,7 @@ parse_phyint(s) v->uv_local_pref = n; } @@ -9,7 +9,7 @@ if(EQUAL((w = next_word(&s)), "")) log(LOG_WARNING, 0, "Missing metric for phyint %s in %s", -@@ -361,7 +361,7 @@ +@@ -361,7 +361,7 @@ parse_phyint(s) inet_fmt(local, s1), n); v->uv_local_metric = n; } |