diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-08 07:16:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-08 07:16:34 +0000 |
commit | 1d4ac795e54c15d379f975e80101d31bfedda8ab (patch) | |
tree | d66d6cd856c9d18fd0bc795597facbe3d182cf89 /net-im/zephyr/files | |
parent | 462a91c8d5f2a4ec3a29625f200090eaf0198d0b (diff) | |
download | ports-1d4ac795e54c15d379f975e80101d31bfedda8ab.tar.gz ports-1d4ac795e54c15d379f975e80101d31bfedda8ab.zip |
Notes
Diffstat (limited to 'net-im/zephyr/files')
-rw-r--r-- | net-im/zephyr/files/patch-lib-Zinternal.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/zephyr/files/patch-lib-Zinternal.c b/net-im/zephyr/files/patch-lib-Zinternal.c new file mode 100644 index 000000000000..9092bdd41358 --- /dev/null +++ b/net-im/zephyr/files/patch-lib-Zinternal.c @@ -0,0 +1,10 @@ +--- lib/Zinternal.c.orig 2010-09-07 22:44:54.000000000 -0400 ++++ lib/Zinternal.c 2010-09-07 22:45:00.000000000 -0400 +@@ -14,7 +14,6 @@ + #include <internal.h> + #include <arpa/inet.h> + #include <sys/socket.h> +-#include <utmp.h> + + #ifndef lint + static const char rcsid_Zinternal_c[] = |