]> granicus.if.org Git - libevent/commit
Fix a compilation error with MSVC 2005 due to use of mode_t
authorNick Mathewson <nickm@torproject.org>
Fri, 30 Mar 2012 14:26:50 +0000 (10:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 30 Mar 2012 14:26:50 +0000 (10:26 -0400)
commit336dcaeaef4037f9ce62c7739f45ebbeb7a27bf2
treeda1806d8c669ba4290f172a160fc3c24b549ac82
parent98e9119fab5c3737e448957058f752f086fc48a7
Fix a compilation error with MSVC 2005 due to use of mode_t

MSVC apparently doesn't have a mode_t defined, though mingw does.

Found by Savg He.
evutil.c