Diff for /embedaddon/dhcp/common/conflex.c between versions 1.1 and 1.1.1.1

version 1.1, 2012/02/21 22:30:18 version 1.1.1.1, 2012/10/09 09:06:54
Line 3 Line 3
    Lexical scanner for dhcpd config file... */     Lexical scanner for dhcpd config file... */
   
 /*  /*
 * Copyright (c) 2004-2009,2011 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2011-2012 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium   * Copyright (c) 1995-2003 by Internet Software Consortium
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
Line 1004  intern(char *atom, enum dhcp_token dfv) { Line 1005  intern(char *atom, enum dhcp_token dfv) {
                         return INCLUDE;                          return INCLUDE;
                 if (!strcasecmp (atom + 1, "nteger"))                  if (!strcasecmp (atom + 1, "nteger"))
                         return INTEGER;                          return INTEGER;
                   if (!strcasecmp (atom  + 1, "nfiniband"))
                           return TOKEN_INFINIBAND;
                 if (!strcasecmp (atom + 1, "nfinite"))                  if (!strcasecmp (atom + 1, "nfinite"))
                         return INFINITE;                          return INFINITE;
                 if (!strcasecmp (atom + 1, "nfo"))                  if (!strcasecmp (atom + 1, "nfo"))

Removed from v.1.1  
changed lines
  Added in v.1.1.1.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>