Diff for /embedaddon/dhcp/relay/dhcrelay.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
    DHCP/BOOTP Relay Agent. */     DHCP/BOOTP Relay Agent. */
   
 /*  /*
 * Copyright(c) 2004-2011 by Internet Systems Consortium, Inc.("ISC") * Copyright(c) 2004-2012 by Internet Systems Consortium, Inc.("ISC")
  * Copyright(c) 1997-2003 by Internet Software Consortium   * Copyright(c) 1997-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 131  static int strip_relay_agent_options(struct interface_ Line 131  static int strip_relay_agent_options(struct interface_
                                      struct dhcp_packet *, unsigned);                                       struct dhcp_packet *, unsigned);
   
 static const char copyright[] =  static const char copyright[] =
"Copyright 2004-2011 Internet Systems Consortium.";"Copyright 2004-2012 Internet Systems Consortium.";
 static const char arr[] = "All rights reserved.";  static const char arr[] = "All rights reserved.";
 static const char message[] =  static const char message[] =
 "Internet Systems Consortium DHCP Relay Agent";  "Internet Systems Consortium DHCP Relay Agent";

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


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