diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 02:42:42 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 02:42:42 +0000 |
commit | db7f5366bfd14353f04396cfa5240b2b16db309c (patch) | |
tree | adb9fb595b11d097ba2684073ed5d3f713ba1475 /security | |
parent | 9d716cadbfdf2b02cff7f95d6ac942aec8bf8054 (diff) | |
download | FreeBSD-ports-db7f5366bfd14353f04396cfa5240b2b16db309c.zip FreeBSD-ports-db7f5366bfd14353f04396cfa5240b2b16db309c.tar.gz |
Re-order #include lines.
Reported by: bento
Diffstat (limited to 'security')
-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 0000000..0980c92 --- /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" |