: Added Files:
[hdw-repos/packages.git] / demian / bsd-finger / glibc2.2.patch
1 missed time.h
2 --- ./finger/lprint.c.orig      Tue Oct  9 14:58:18 2001
3 +++ ./finger/lprint.c   Tue Oct  9 14:58:50 2001
4 @@ -49,6 +49,7 @@
5  #include <sys/file.h>
6  #include <sys/stat.h>
7  #include <sys/time.h>
8 +#include <time.h>
9  #include "finger.h"
10  
11  static void lprint(PERSON *pn);
12 --- ./finger/sprint.c.orig      Tue Oct  9 14:59:26 2001
13 +++ ./finger/sprint.c   Tue Oct  9 14:59:33 2001
14 @@ -41,6 +41,7 @@
15  
16  #include <sys/types.h>
17  #include <sys/time.h>
18 +#include <time.h>
19  #include <stdio.h>
20  #include <stdlib.h>
21  #include <string.h>