Add an error check to every setsockopt call in uxnet.c.
[sgt/putty] / windows / wintime.c
index eea0cf6..eebed9e 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * wintime.c - Avoid trouble with time() returning (time_t)-1 on Windows.
+ */
+
 #include "putty.h"
 #include <time.h>