Mercurial > hg > dhcpcd
changeset 4969:110a9735e7a1 draft
Typo
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 16 Jan 2020 14:48:25 +0000 |
| parents | 34d8fe622a9a |
| children | 64b25cbb621f |
| files | src/dhcpcd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcpcd.c Thu Jan 16 03:20:53 2020 +0000 +++ b/src/dhcpcd.c Thu Jan 16 14:48:25 2020 +0000 @@ -1840,7 +1840,7 @@ } #ifdef USE_SIGNALS - /* Ingore SIGPIPE, prefer EPIPE. */ + /* Ignore SIGPIPE, prefer EPIPE. */ signal(SIGPIPE, SIG_IGN); /* Save signal mask, block and redirect signals to our handler */
