Diff for /libaitrpc/src/aitrpc.c between versions 1.21 and 1.21.4.1

version 1.21, 2016/08/08 13:21:13 version 1.21.4.1, 2024/03/20 16:32:35
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 - 2016Copyright 2004 - 2024
         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 138  rpc_Read(int sock, int type, int flags, sockaddr_t * _ Line 138  rpc_Read(int sock, int type, int flags, sockaddr_t * _
         sockaddr_t sa2;          sockaddr_t sa2;
         socklen_t salen;          socklen_t salen;
         int ret = 0, hlen, cx = 0;          int ret = 0, hlen, cx = 0;
         ether_addr_t bcst = {{ [0 ... sizeof bcst - 1] = 0xff }};  
         u_char *buf = AIT_GET_BUF(pkt);          u_char *buf = AIT_GET_BUF(pkt);
         size_t blen = AIT_LEN(pkt);          size_t blen = AIT_LEN(pkt);
         struct tagRPCCall *rpc = (struct tagRPCCall *) buf;          struct tagRPCCall *rpc = (struct tagRPCCall *) buf;

Removed from v.1.21  
changed lines
  Added in v.1.21.4.1


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