Changeset 10653


Ignore:
Timestamp:
10/28/08 11:10:02 (5 years ago)
Author:
BrainSlayer
Message:

board mac fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit-adm5120.c

    r10652 r10653  
    234234            if( s != -1 ) 
    235235            { 
    236                 // fseek(fp,ftell(fp),SEEK_SET); 
    237                 // fprintf(stderr,"found mac at 0x%08X\n",ftell(fp)); 
    238236                fread( mac, 6, 1, fp ); 
    239237                struct ifreq ifr; 
Note: See TracChangeset for help on using the changeset viewer.