mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
24 lines
527 B
Plaintext
24 lines
527 B
Plaintext
*** kfinger/finger.C.orig Wed Apr 14 22:13:14 1999
|
|
--- kfinger/finger.C Fri Apr 23 22:38:15 1999
|
|
***************
|
|
*** 12,20 ****
|
|
*/
|
|
#include <netdb.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/resource.h>
|
|
- #include <sys/types.h>
|
|
#include <stdlib.h>
|
|
- #include <sys/time.h>
|
|
#include <fcntl.h>
|
|
#include <kapp.h>
|
|
--- 12,20 ----
|
|
*/
|
|
#include <netdb.h>
|
|
+ #include <sys/types.h>
|
|
+ #include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/resource.h>
|
|
#include <stdlib.h>
|
|
#include <fcntl.h>
|
|
#include <kapp.h>
|