Hi!

On Feb 4, 2008, at 8:12 AM, Tomash Brechko wrote:

As you don't know whether you are on the first element still, the
whole piece would be

                  if (sfd_ptr != sfd_list) {
                      do {
                          --sfd_ptr;
                          close(*sfd_ptr);
                      } while (sfd_ptr != sfd_list);
                  }

And this would give the 'while' loop above.


So we figured this out.  One more step toward the complete patch
sequence ;).


Excellent :)

Cheers,
        -Brian

--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/                     <-- Me
http://tangent.org/                <-- Software
http://exploitseattle.com/    <-- Fun
_______________________________________________________
You can't grep a dead tree.


Reply via email to