Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/networking/udhcp/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 3  Line 3 
3   *   *
4   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
5   */   */
   
6  #include "common.h"  #include "common.h"
7    
8    #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1
9    unsigned dhcp_verbose;
10    #endif
11    
12  const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {  const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
13   0xff, 0xff, 0xff, 0xff, 0xff, 0xff   0xff, 0xff, 0xff, 0xff, 0xff, 0xff
14  };  };

Legend:
Removed from v.983  
changed lines
  Added in v.984