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 make DEBUG_NS compile.
details: https://anonhg.NetBSD.org/src/rev/8eb16c149851
branches: trunk
changeset: 818357:8eb16c149851
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 09 19:38:08 2016 +0000
description:
make DEBUG_NS compile.
diffstat:
external/bsd/dhcpcd/dist/ipv6nd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 2746f1eff6e8 -r 8eb16c149851 external/bsd/dhcpcd/dist/ipv6nd.c
--- a/external/bsd/dhcpcd/dist/ipv6nd.c Sun Oct 09 17:18:32 2016 +0000
+++ b/external/bsd/dhcpcd/dist/ipv6nd.c Sun Oct 09 19:38:08 2016 +0000
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
- __RCSID("$NetBSD: ipv6nd.c,v 1.33 2016/10/09 09:18:26 roy Exp $");
+ __RCSID("$NetBSD: ipv6nd.c,v 1.34 2016/10/09 19:38:08 christos Exp $");
/*
* dhcpcd - DHCP client daemon
@@ -1487,8 +1487,8 @@
if (ifp == NULL) {
#ifdef DEBUG_NS
- logger(ctx, LOG_DEBUG, "NA for unexpected interface from %s",
- dctx->sfrom);
+ logger(dctx, LOG_DEBUG, "NA for unexpected interface from %s",
+ ctx->sfrom);
#endif
return;
}
Home |
Main Index |
Thread Index |
Old Index