diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-28 15:46:35 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-28 15:46:35 +0000 |
| commit | 86ce3173c6265deb8b1c26d6decf8d339f266ed9 (patch) | |
| tree | 78227f3b6c337c07d19648b27b2f94f657f62953 /security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c | |
| parent | Add a patch to make compile with clang get further (diff) | |
- update to version 0.20
- unbreak port, (new CPAN maintainer)
Diffstat (limited to 'security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c')
| -rw-r--r-- | security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c b/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c new file mode 100644 index 000000000000..749f9c83dde3 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c @@ -0,0 +1,20 @@ +--- ./tacpluslib/tac_client.c.orig 2009-07-10 00:34:49.000000000 +0200 ++++ ./tacpluslib/tac_client.c 2011-08-11 20:22:06.000000000 +0200 +@@ -1,6 +1,8 @@ + + /* (C) 1997 Mike Shoyher msh@corbina.net, msh@apache.lexa.ru */ + ++#include <sys/types.h> ++#include <sys/time.h> + #include<netdb.h> + #include<stdio.h> + #include<netinet/in.h> +@@ -8,8 +10,6 @@ + #include<arpa/inet.h> + #include<string.h> + #include<stdlib.h> +-#include <sys/types.h> +-#include <sys/time.h> + #include <unistd.h> + #include <time.h> + #include"tac_plus.h" |
