diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-14 21:33:21 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-14 21:33:21 +0800 |
commit | a7e9eb2b13f83f7e94ba4c34dce855e0aba20713 (patch) | |
tree | d65fc8cc3f9849bd82c677a6e94b2a0c72009bf5 /net | |
parent | 5af59fe876bcc61c763ecc48bf261b50e1aa60cc (diff) | |
download | freebsd-ports-gnome-a7e9eb2b13f83f7e94ba4c34dce855e0aba20713.tar.gz freebsd-ports-gnome-a7e9eb2b13f83f7e94ba4c34dce855e0aba20713.tar.zst freebsd-ports-gnome-a7e9eb2b13f83f7e94ba4c34dce855e0aba20713.zip |
Add patch-portlist.cpp to help compile on FreeBSD
PR: 28060
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Reviewed by: will
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> + + |