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 transposition police!



details:   https://anonhg.NetBSD.org/src/rev/87821aea872d
branches:  trunk
changeset: 822781:87821aea872d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 06 14:00:34 2017 +0000

description:
transposition police!

diffstat:

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

diffs (12 lines):

diff -r 216b9d67cde2 -r 87821aea872d external/bsd/dhcpcd/dist/src/dhcpcd.c
--- a/external/bsd/dhcpcd/dist/src/dhcpcd.c     Thu Apr 06 10:46:52 2017 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcpcd.c     Thu Apr 06 14:00:34 2017 +0000
@@ -1494,7 +1494,7 @@
 #ifdef USE_SIGNALS
                case 'k':
                        sig = SIGALRM;
-                       siga = "ARLM";
+                       siga = "ALRM";
                        break;
                case 'n':
                        sig = SIGHUP;



Home | Main Index | Thread Index | Old Index