mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
471 B
Plaintext
20 lines
471 B
Plaintext
*** kfinger/finger.C~ Fri Sep 3 18:29:34 1999
|
|
--- kfinger/finger.C Fri Sep 3 18:34:24 1999
|
|
***************
|
|
*** 15,21 ****
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/resource.h>
|
|
#include <stdlib.h>
|
|
- #include <sys/time.h>
|
|
#include <fcntl.h>
|
|
#include <kapp.h>
|
|
--- 15,21 ----
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+ #include <sys/time.h>
|
|
#include <sys/resource.h>
|
|
#include <stdlib.h>
|
|
#include <fcntl.h>
|
|
#include <kapp.h>
|