Commit b8c69928 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

geez, I'd ruined Nico's socklen_t define, corrected it now

parent b73746ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
#undef ssize_t

/* Define this to 'int' if socklen_t is not an available typedefed type */
#undef socklen_t size_t
#define socklen_t size_t

/* Define this as a suitable file to read random data from */
#undef RANDOM_FILE