diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-14 13:33:21 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-14 13:33:21 +0000 |
commit | 63e803199691eca309ca882e0ff6aad27b55fe8d (patch) | |
tree | f0b7102c882a727ff8b1992e5c9f0f39632d973a /net | |
parent | Update to latest version (diff) |
Add patch-portlist.cpp to help compile on FreeBSD
PR: 28060
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=43984
Diffstat (limited to 'net')
-rw-r--r-- | net/kdetelnet/files/patch-portlist.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/kdetelnet/files/patch-portlist.cpp b/net/kdetelnet/files/patch-portlist.cpp new file mode 100644 index 000000000000..3cfd6ea2d0b0 --- /dev/null +++ b/net/kdetelnet/files/patch-portlist.cpp @@ -0,0 +1,10 @@ +--- ktelnet2/portlist.cpp.orig Fri Dec 29 02:56:18 2000 ++++ ktelnet2/portlist.cpp Fri May 4 01:12:41 2001 +@@ -19,6 +19,7 @@ + #include <iostream.h> + + #include "portlist.h" ++#include <sys/types.h> + #include <netinet/in.h> + + |