diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 10:42:42 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 10:42:42 +0800 |
commit | db7f5366bfd14353f04396cfa5240b2b16db309c (patch) | |
tree | adb9fb595b11d097ba2684073ed5d3f713ba1475 | |
parent | 9d716cadbfdf2b02cff7f95d6ac942aec8bf8054 (diff) | |
download | freebsd-ports-gnome-db7f5366bfd14353f04396cfa5240b2b16db309c.tar.gz freebsd-ports-gnome-db7f5366bfd14353f04396cfa5240b2b16db309c.tar.zst freebsd-ports-gnome-db7f5366bfd14353f04396cfa5240b2b16db309c.zip |
Re-order #include lines.
Reported by: bento
-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" |