Diff for /ansh/inc/utils.h between versions 1.1.1.1.2.6 and 1.1.1.1.2.7

version 1.1.1.1.2.6, 2011/10/14 07:47:20 version 1.1.1.1.2.7, 2011/10/14 12:03:10
Line 58  char pktRecv(int, u_int * __restrict, u_int * __restri Line 58  char pktRecv(int, u_int * __restrict, u_int * __restri
 int pktSend(int, u_int, char, u_int, u_char *, int, struct io_ether_addr*);  int pktSend(int, u_int, char, u_int, u_char *, int, struct io_ether_addr*);
   
 void *TOfunc(sched_task_t *);  void *TOfunc(sched_task_t *);
   int stopProcess(sched_root_task_t * __restrict, proc_head_t * __restrict, pid_t, sched_task_func_t);
   
 u_char *cryptBuffer(u_char *, int, u_int);  u_char *cryptBuffer(u_char *, int, u_int);
   

Removed from v.1.1.1.1.2.6  
changed lines
  Added in v.1.1.1.1.2.7


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