artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e6e51
)
Missed poll -> ppoll in log_warn() verbiage.
author
krw
<krw@openbsd.org>
Fri, 19 Feb 2021 13:33:37 +0000
(13:33 +0000)
committer
krw
<krw@openbsd.org>
Fri, 19 Feb 2021 13:33:37 +0000
(13:33 +0000)
sbin/dhclient/dispatch.c
patch
|
blob
|
history
diff --git
a/sbin/dhclient/dispatch.c
b/sbin/dhclient/dispatch.c
index
a32c5e4
..
774e7ac
100644
(file)
--- a/
sbin/dhclient/dispatch.c
+++ b/
sbin/dhclient/dispatch.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dispatch.c,v 1.16
7 2021/02/01 01:42:21
krw Exp $ */
+/* $OpenBSD: dispatch.c,v 1.16
8 2021/02/19 13:33:37
krw Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@
-132,7
+132,7
@@
dispatch(struct interface_info *ifi, int routefd)
if (nfds == -1) {
if (errno == EINTR)
continue;
- log_warn("%s: poll(bpffd, routefd, unpriv_ibuf)",
+ log_warn("%s: p
p
oll(bpffd, routefd, unpriv_ibuf)",
log_procname);
break;
}