Diff for /libaitsched/src/hooks.c between versions 1.31.2.1 and 1.31.2.3

version 1.31.2.1, 2017/08/31 12:18:38 version 1.31.2.3, 2017/08/31 12:22:16
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 - 2017
         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 1208  fetch_hook_select_proceed(int en, fd_set rfd, fd_set w Line 1208  fetch_hook_select_proceed(int en, fd_set rfd, fd_set w
                                 }                                  }
                         }                          }
                         /* remove resouce */                          /* remove resouce */
                        if (flg)                        if (flg == 1)
                                 FD_CLR(i, &r->root_fds[0]);                                  FD_CLR(i, &r->root_fds[0]);
                 }                  }
   
Line 1239  fetch_hook_select_proceed(int en, fd_set rfd, fd_set w Line 1239  fetch_hook_select_proceed(int en, fd_set rfd, fd_set w
                                 }                                  }
                         }                          }
                         /* remove resouce */                          /* remove resouce */
                        if (flg)                        if (flg == 1)
                                 FD_CLR(i, &r->root_fds[1]);                                  FD_CLR(i, &r->root_fds[1]);
                 }                  }
         }          }

Removed from v.1.31.2.1  
changed lines
  Added in v.1.31.2.3


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