diff options
author | jim <jim@FreeBSD.org> | 2002-08-13 09:39:52 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-08-13 09:39:52 +0800 |
commit | 5f5452c63a0dea052b4bb8b661e550d0f9bb7387 (patch) | |
tree | 09b03f346046c149ffed41f7147a4a86f19593ea /net/ayttm/files | |
parent | 898990789d11f11bf2a15a1754f7140222758ecd (diff) | |
download | freebsd-ports-graphics-5f5452c63a0dea052b4bb8b661e550d0f9bb7387.tar.gz freebsd-ports-graphics-5f5452c63a0dea052b4bb8b661e550d0f9bb7387.tar.zst freebsd-ports-graphics-5f5452c63a0dea052b4bb8b661e550d0f9bb7387.zip |
Update to 0.4.3.
Submitted by: Marijn Meijles <marijn@bitpit.net>
Diffstat (limited to 'net/ayttm/files')
-rw-r--r-- | net/ayttm/files/patch-yahoo.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ayttm/files/patch-yahoo.c b/net/ayttm/files/patch-yahoo.c new file mode 100644 index 00000000000..e5476d61aef --- /dev/null +++ b/net/ayttm/files/patch-yahoo.c @@ -0,0 +1,12 @@ +--- modules/yahoo2/yahoo.c.orig Sun Jul 14 17:43:14 2002 ++++ modules/yahoo2/yahoo.c Wed Aug 7 23:55:36 2002 +@@ -24,8 +24,8 @@ + */ + + #include <netdb.h> +-#include <sys/socket.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> + |