blob: f3b4ad927758fee0d9e5ad7f3e6c7e306cf2c8a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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>
|