1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Re-order #include lines.

Reported by:	bento
This commit is contained in:
Jun Kuriyama 2001-03-12 02:42:42 +00:00
parent 2f3e3f67b5
commit 96fc31d35d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39614

View File

@ -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"