diff options
author | 2019-01-17 23:36:20 +0000 | |
---|---|---|
committer | 2019-01-17 23:36:20 +0000 | |
commit | 1a930f45fbdbaad24df7ba145572fc23b3a1c3d8 (patch) | |
tree | 61fb6e03206ea0b43234e3a37dff862dca653e0d | |
parent | clarify and docuement what happens when a tv or ts exceeps INT_MIN ticks. (diff) | |
download | wireguard-openbsd-1a930f45fbdbaad24df7ba145572fc23b3a1c3d8.tar.xz wireguard-openbsd-1a930f45fbdbaad24df7ba145572fc23b3a1c3d8.zip |
Split a long line that wandered into the
crosshairs.
-rw-r--r-- | sbin/dhclient/dhclient.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index 3904338515f..e691adb5698 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhclient.c,v 1.609 2019/01/17 05:17:08 krw Exp $ */ +/* $OpenBSD: dhclient.c,v 1.610 2019/01/17 23:36:20 krw Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -443,8 +443,8 @@ rtm_dispatch(struct interface_info *ifi, struct rt_msghdr *rtm) } /* - * Something has happened that may have granted/revoked responsibility for - * resolv.conf. + * Something has happened that may have granted/revoked responsibility + * for resolv.conf. */ if (ifi->active != NULL && (ifi->flags & IFI_IN_CHARGE) != 0) write_resolv_conf(); |