summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-04-28 16:37:44 +0100
committerRoy Marples <roy@marples.name>2020-04-28 16:37:44 +0100
commit54b7ba56cb26450184056da9f7e4fd6bb278ca59 (patch)
treef5b8781d10501d948c6670d78c88cf1caca7c357 /src/if-bsd.c
parent29024d0ba64010eb85ad0d164898b7751d47d1cb (diff)
downloaddhcpcd-54b7ba56cb26450184056da9f7e4fd6bb278ca59.tar.xz
Whitespace
Diffstat (limited to 'src/if-bsd.c')
-rw-r--r--src/if-bsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c
index e5189112..42bf7480 100644
--- a/src/if-bsd.c
+++ b/src/if-bsd.c
@@ -1813,8 +1813,7 @@ if_setup_inet6(const struct interface *ifp)
#endif
#ifdef ND6_IFF_AUTO_LINKLOCAL
- /* Unlike the kernel,
- * dhcpcd make make a stable private address. */
+ /* Unlike the kernel, dhcpcd make make a stable private address. */
flags &= ~ND6_IFF_AUTO_LINKLOCAL;
#endif