diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/rude/files/patch-include__rude.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net/rude/files/patch-include__rude.h')
-rw-r--r-- | net/rude/files/patch-include__rude.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rude/files/patch-include__rude.h b/net/rude/files/patch-include__rude.h new file mode 100644 index 000000000000..0c89c7c4f599 --- /dev/null +++ b/net/rude/files/patch-include__rude.h @@ -0,0 +1,10 @@ +--- include/rude.h.orig Mon Jun 23 17:35:23 2003 ++++ include/rude.h Mon Jun 23 17:35:42 2003 +@@ -24,6 +24,7 @@ + #ifndef _RUDE_H + #define _RUDE_H + ++#include <sys/types.h> + #include <netinet/in.h> /* for struct sockaddr_in */ + #include <sys/time.h> /* for struct timeval */ + |