Diff for /ansh/inc/defs.h between versions 1.4 and 1.4.4.1

version 1.4, 2012/07/22 22:41:33 version 1.4.4.1, 2013/01/18 09:31:47
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, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
         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 80  struct tagProc { Line 80  struct tagProc {
         pid_t                   proc_pid;          pid_t                   proc_pid;
   
         int                     proc_sock;          int                     proc_sock;
        io_sockaddr_t              proc_cli;        sockaddr_t              proc_cli;
        io_ether_addr_t            proc_ea;        ether_addr_t            proc_ea;
   
         u_short                 proc_blen;          u_short                 proc_blen;
         u_char                  *proc_buf_[2];          u_char                  *proc_buf_[2];

Removed from v.1.4  
changed lines
  Added in v.1.4.4.1


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