diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 02:42:42 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 02:42:42 +0000 |
commit | 96fc31d35d5c94afcca4b43abf6929fdbf47cac9 (patch) | |
tree | 16f0f67a1daecc13c24c0b81b4b2e9070352beef /security/p5-Authen-TacacsPlus | |
parent | 2f3e3f67b5c0eecf2ef7673479d330756c5e2717 (diff) | |
download | ports-96fc31d35d5c94afcca4b43abf6929fdbf47cac9.tar.gz ports-96fc31d35d5c94afcca4b43abf6929fdbf47cac9.zip |
Notes
Diffstat (limited to 'security/p5-Authen-TacacsPlus')
-rw-r--r-- | security/p5-Authen-TacacsPlus/files/patch-tac_client.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/p5-Authen-TacacsPlus/files/patch-tac_client.c b/security/p5-Authen-TacacsPlus/files/patch-tac_client.c new file mode 100644 index 000000000000..0980c92d3a72 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/files/patch-tac_client.c @@ -0,0 +1,19 @@ +--- tacpluslib/tac_client.c~ Mon May 10 20:01:48 1999 ++++ tacpluslib/tac_client.c Mon Mar 12 11:40:00 2001 +@@ -1,14 +1,14 @@ + + /* (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> + #include<sys/socket.h> + #include<string.h> + #include<stdlib.h> +-#include <sys/types.h> +-#include <sys/time.h> + #include <unistd.h> + #include"tac_plus.h" + #include "tacplus_client.h" |