Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/npf/npfctl Add missing ; - hopefully unbreak build.



details:   https://anonhg.NetBSD.org/src/rev/7c4260913137
branches:  trunk
changeset: 821012:7c4260913137
user:      kre <kre%NetBSD.org@localhost>
date:      Fri Jan 20 03:16:40 2017 +0000

description:
Add missing ; - hopefully unbreak build.

diffstat:

 usr.sbin/npf/npfctl/npf_parse.y |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2d43398824c -r 7c4260913137 usr.sbin/npf/npfctl/npf_parse.y
--- a/usr.sbin/npf/npfctl/npf_parse.y   Fri Jan 20 02:25:24 2017 +0000
+++ b/usr.sbin/npf/npfctl/npf_parse.y   Fri Jan 20 03:16:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npf_parse.y,v 1.42 2017/01/19 20:18:17 rmind Exp $     */
+/*     $NetBSD: npf_parse.y,v 1.43 2017/01/20 03:16:40 kre Exp $       */
 
 /*-
  * Copyright (c) 2011-2017 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
                char *dst = ecalloc(1, len * 4 + 1);
 
                strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);
-               context = dst
+               context = dst;
 #endif
                fprintf(stderr, " near '%s'", context);
        }



Home | Main Index | Thread Index | Old Index