bf51c6f124
- Bump PORTEPOCH - Update MASTER_SITE and WWW (project moved to sourceforge) - Remove two patches that contained CR/LF's - Add two patches (invoked by CR/LF problematic) - Pass maintainership to submitter PR: 88134 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
10 lines
359 B
C++
10 lines
359 B
C++
--- farm9crypt.cc.orig Sat Dec 18 05:34:27 2004
|
|
+++ farm9crypt.cc Sun Oct 30 07:45:05 2005
|
|
@@ -23,6 +23,7 @@
|
|
#include <sys/types.h> // suggested by several people -- for OpenBSD, FreeBSD compiles
|
|
#include <sys/socket.h> /* basics, SO_ and AF_ defs, sockaddr, ... */
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#else
|
|
#include <fcntl.h>
|
|
#include <io.h>
|