diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
commit | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch) | |
tree | 033e919c8c3370eefece9a149b26edc18d1cd93f /net-mgmt/ndpmon/files/patch-routers.c | |
parent | Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff) |
Remove non staged ports without pending PR from net-im and net-mgmt
Notes
Notes:
svn path=/head/; revision=366966
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-routers.c')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-routers.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/ndpmon/files/patch-routers.c b/net-mgmt/ndpmon/files/patch-routers.c deleted file mode 100644 index 8b4ba6eb6c0a..000000000000 --- a/net-mgmt/ndpmon/files/patch-routers.c +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD$ - ---- routers.c.orig -+++ routers.c -@@ -261,9 +261,11 @@ - if (tmp->param_flags_reserved&ND_RA_FLAG_OTHER) { - fprintf(stderr,"OTHER "); - } -+/* no support for home agent in FreeBSD - if (tmp->param_flags_reserved&ND_RA_FLAG_HOME_AGENT) { - fprintf(stderr,"HOME_AGENT "); - } -+*/ - fprintf(stderr,"]\n"); - fprintf(stderr," router lifetime: %u\n", tmp->param_router_lifetime); - fprintf(stderr," reachable timer: %u\n", tmp->param_reachable_timer); -@@ -297,9 +299,11 @@ - if (ptmp->param_flags_reserved&ND_OPT_PI_FLAG_AUTO) { - fprintf(stderr,"AUTO "); - } -+/* No suuportin FreeBSD yet - if (ptmp->param_flags_reserved&ND_OPT_PI_FLAG_RADDR) { - fprintf(stderr,"RADDR "); - } -+*/ - fprintf(stderr,"]\n"); - fprintf(stderr," valid time: %u\n", ptmp->param_valid_time); - fprintf(stderr," preferred time: %u\n", ptmp->param_preferred_time); |