20012ff070
- bump PORTEPOCH since last version (1999.12.30) is bigger than new one (3.1.14); reviewed by sobomax o Style changes on port's Makefile o Support NOPORTDOCS o Add version number to library files to keep ldconfig happy; start with version 0; reviewed by dougb o Update both COMMENT and DESCR o Add PKGMESSAGE warning about kernel options necessary to get it working PR: 29176 Submitted by: Kato Tsuguru <tkato@prontomail.com> Reviewed by: dougb, sobomax
10 lines
237 B
Text
10 lines
237 B
Text
--- dlls/winsock/WinSockIF.c.orig Sat Jan 13 18:26:12 2001
|
|
+++ dlls/winsock/WinSockIF.c Fri Jul 20 02:25:35 2001
|
|
@@ -28,6 +28,7 @@
|
|
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/time.h>
|