Diff for /libelwix/src/net.c between versions 1.19 and 1.19.22.1

version 1.19, 2018/04/04 01:25:26 version 1.19.22.1, 2019/01/31 22:19:46
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2018Copyright 2004 - 2019
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 67  link_addr(const char *addr, struct sockaddr_dl *sdl) Line 67  link_addr(const char *addr, struct sockaddr_dl *sdl)
 {  {
         char *cp = sdl->sdl_data;          char *cp = sdl->sdl_data;
         char *cplim = sdl->sdl_len + (char *)sdl;          char *cplim = sdl->sdl_len + (char *)sdl;
        int byte = 0, state = NAMING, new;        int byte = 0, state = NAMING, new = 0;
   
         bzero((char *)&sdl->sdl_family, sdl->sdl_len - 1);          bzero((char *)&sdl->sdl_family, sdl->sdl_len - 1);
         sdl->sdl_family = AF_LINK;          sdl->sdl_family = AF_LINK;

Removed from v.1.19  
changed lines
  Added in v.1.19.22.1


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