Wireshark-commits: [Wireshark-commits] rev 36648: /trunk/wiretap/ /trunk/wiretap/: file_wrappers.c
Date: Fri, 15 Apr 2011 07:27:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36648

User: guy
Date: 2011/04/15 12:27 AM

Log:
 Return ENOMEM if we run out of memory.  (We're either running on UN*X,
 in which case ENOMEM is the right error, or we're running on Windows but
 using UN*Xy routines, in which case ENOMEM is the right error; unlike
 zlib, we don't have to run on a whole pile of OSes.)

Directory: /trunk/wiretap/
  Changes    Path               Action
  +7 -3      file_wrappers.c    Modified