diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-03-09 16:22:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-03-09 16:22:04 +0000 |
commit | b2208169f576d23dadda570f5ba5da3cae695919 (patch) | |
tree | 16db7720885f8aaee7220a9b53ac1dccb6e5cdba /devel/libbobcat/files/patch-hostname-hostname.ih | |
parent | - Update to 2.13.2 (diff) |
Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. It
is a shared library implementing C++ classes that are frequently used in
software developed by Frank Brokken. Frank's existing programs will
depend on `bobcat' in the near future.
WWW: http://bobcat.sourceforge.net/
Approved by: tabthorpe
Notes
Notes:
svn path=/head/; revision=229761
Diffstat (limited to 'devel/libbobcat/files/patch-hostname-hostname.ih')
-rw-r--r-- | devel/libbobcat/files/patch-hostname-hostname.ih | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-hostname-hostname.ih b/devel/libbobcat/files/patch-hostname-hostname.ih new file mode 100644 index 000000000000..61ca53163e73 --- /dev/null +++ b/devel/libbobcat/files/patch-hostname-hostname.ih @@ -0,0 +1,10 @@ +--- hostname/hostname.ih.orig 2007-02-13 13:29:39.000000000 +0100 ++++ hostname/hostname.ih 2009-03-04 12:30:14.000000000 +0100 +@@ -3,6 +3,7 @@ + #include <bobcat/inetaddress> + #include <bobcat/gethostent> + #include <netdb.h> ++#include <sys/socket.h> + + using namespace std; + using namespace FBB; |