Source-Changes-HG archive

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

[src/netbsd-1-6]: src/dist/dhcp/common Pull up revision 1.7 (requested by mel...



details:   https://anonhg.NetBSD.org/src/rev/697f2767cacf
branches:  netbsd-1-6
changeset: 530997:697f2767cacf
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Oct 28 07:19:57 2003 +0000

description:
Pull up revision 1.7 (requested by mellon in ticket #1544):
- Add declarations for lhs_context and rhs_context.   For some reason these
  were missing from the diff between 3.0.1rc11 and 3.0.1rc12, so the previous
  commit didn't compile.   :'(

diffstat:

 dist/dhcp/common/parse.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9e06ca48870e -r 697f2767cacf dist/dhcp/common/parse.c
--- a/dist/dhcp/common/parse.c  Tue Oct 28 07:19:20 2003 +0000
+++ b/dist/dhcp/common/parse.c  Tue Oct 28 07:19:57 2003 +0000
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: parse.c,v 1.2.4.4 2003/10/28 07:19:20 tron Exp $ Copyright (c) 1995-2002 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: parse.c,v 1.2.4.5 2003/10/28 07:19:57 tron Exp $ Copyright (c) 1995-2002 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -3915,6 +3915,9 @@
        struct expression *rhs = (struct expression *)0, *tmp;
        struct expression *lhs = (struct expression *)0;
        enum expr_op next_op;
+       enum expression_context
+               lhs_context = context_any,
+               rhs_context = context_any;
 
        /* Consume the left hand side we were passed. */
        if (plhs) {



Home | Main Index | Thread Index | Old Index