Wireshark-commits: [Wireshark-commits] rev 46779: /trunk/ /trunk/: sync_pipe.h sync_pipe_write.c
Date: Wed, 26 Dec 2012 12:14:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46779

User: guy
Date: 2012/12/26 04:14 AM

Log:
 pipe_write_header() should return ssize_t, as it returns the return
 value from write(), which, at least on UN*X, is ssize_t.

Directory: /trunk/
  Changes    Path                 Action
  +1 -1      sync_pipe.h          Modified
  +1 -1      sync_pipe_write.c    Modified