diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-03 15:38:23 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-03 15:38:23 +0000 |
commit | b8aede5906a14d0132097ab704f2c99f4987bc31 (patch) | |
tree | e488072bcbb9f4b5b9b2469e8b391bcc485a852f /net/twinkle/files/patch-src_address_book.h | |
parent | - Call init_pkgtools_global in our script, as pkgtools doesn't seem to call it (diff) |
- Update to 1.0
- Remove supoprt for 4.x
- Some another tiny modifications
Tested by: asouza
Notes
Notes:
svn path=/head/; revision=186427
Diffstat (limited to 'net/twinkle/files/patch-src_address_book.h')
-rw-r--r-- | net/twinkle/files/patch-src_address_book.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/twinkle/files/patch-src_address_book.h b/net/twinkle/files/patch-src_address_book.h new file mode 100644 index 000000000000..87b9793016f7 --- /dev/null +++ b/net/twinkle/files/patch-src_address_book.h @@ -0,0 +1,11 @@ +--- src/address_book.h Sun Jan 7 02:47:33 2007 ++++ src/address_book.h Sun Feb 4 17:40:26 2007 +@@ -25,6 +25,8 @@ + #include "user.h" + #include "sockets/url.h" + #include "threads/mutex.h" ++#include <sys/types.h> ++#include <sys/stat.h> + + using namespace std; + |