diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:31:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:31:42 +0000 |
commit | 25bcc4e68984277d8dec17afbed3b7098bd00373 (patch) | |
tree | 2137dc5b84b3bc63f6c96154aab28d51042d614c /misc/upclient/files/patch-transmit.c | |
parent | * Update to 1.1.19 (Now with graphing support!) (diff) |
Update to 5.0.b8
PR: 53230
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=82826
Diffstat (limited to 'misc/upclient/files/patch-transmit.c')
-rw-r--r-- | misc/upclient/files/patch-transmit.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/upclient/files/patch-transmit.c b/misc/upclient/files/patch-transmit.c deleted file mode 100644 index 1d5cdf7cc586..000000000000 --- a/misc/upclient/files/patch-transmit.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/transmit.c.orig Sat Nov 30 03:27:16 2002 -+++ src/transmit.c Wed Dec 18 03:30:45 2002 -@@ -45,8 +45,8 @@ - #endif /* !PLATFORM_WINNT */ - - #if !defined PLATFORM_WINNT && !defined PLATFORM_BEOS --# include <arpa/inet.h> /* htons(), in_addr_t */ - # include <netinet/in.h> -+# include <arpa/inet.h> /* htons(), in_addr_t */ - #endif - /* Some Linux with old system headers might need this */ - /* #if defined PLATFORM_LINUX |