Diff for /libaitrpc/inc/defs.h between versions 1.19 and 1.20

version 1.19, 2015/07/02 22:28:14 version 1.20, 2016/08/08 13:21:13
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 - 2015Copyright 2004 - 2016
         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 53  SUCH DAMAGE. Line 53  SUCH DAMAGE.
   
 #ifndef DEF_RPC_BLOB_TIMEOUT  #ifndef DEF_RPC_BLOB_TIMEOUT
 #define DEF_RPC_BLOB_TIMEOUT    60  #define DEF_RPC_BLOB_TIMEOUT    60
   #endif
   
   #ifndef EBADRPC
   #define EBADRPC                 72      /* RPC struct is bad */
   #endif
   #ifndef ERPCMISMATCH
   #define ERPCMISMATCH            73      /* RPC version wrong */
   #endif
   #ifndef EPROGUNAVAIL
   #define EPROGUNAVAIL            74      /* RPC prog. not avail */
   #endif
   #ifndef EPROCUNAVAIL
   #define EPROCUNAVAIL            76      /* Bad procedure for program */
 #endif  #endif
   
 #define RPC_SCHED_POLLING       1  #define RPC_SCHED_POLLING       1

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


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