Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/dist/src Add SIGPIPE to the list of dhcp...



details:   https://anonhg.NetBSD.org/src/rev/5db97962c4a9
branches:  trunk
changeset: 932520:5db97962c4a9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 10 17:58:16 2020 +0000

description:
Add SIGPIPE to the list of dhcpcd affected signals since we sigignore it.

diffstat:

 external/bsd/dhcpcd/dist/src/dhcpcd.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 5d4a12d058c8 -r 5db97962c4a9 external/bsd/dhcpcd/dist/src/dhcpcd.c
--- a/external/bsd/dhcpcd/dist/src/dhcpcd.c     Sun May 10 14:34:31 2020 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcpcd.c     Sun May 10 17:58:16 2020 +0000
@@ -80,6 +80,7 @@
        SIGTERM,
        SIGINT,
        SIGALRM,
+       SIGPIPE,
        SIGHUP,
        SIGUSR1,
        SIGUSR2,



Home | Main Index | Thread Index | Old Index