]> git.pld-linux.org Git - packages/bsd-finger.git/blob - bsd-finger-time.patch
- store patches in decompressed files
[packages/bsd-finger.git] / bsd-finger-time.patch
1 diff -urN bsd-finger-0.17/finger/lprint.c bsd-finger-0.17-patch/finger/lprint.c
2 --- bsd-finger-0.17/finger/lprint.c     Tue Sep 14 12:51:11 1999
3 +++ bsd-finger-0.17-patch/finger/lprint.c       Wed Apr 25 16:53:47 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 diff -urN bsd-finger-0.17/finger/sprint.c bsd-finger-0.17-patch/finger/sprint.c
13 --- bsd-finger-0.17/finger/sprint.c     Sun Dec 12 19:59:33 1999
14 +++ bsd-finger-0.17-patch/finger/sprint.c       Wed Apr 25 16:53:33 2001
15 @@ -41,6 +41,7 @@
16  
17  #include <sys/types.h>
18  #include <sys/time.h>
19 +#include <time.h>
20  #include <stdio.h>
21  #include <stdlib.h>
22  #include <string.h>
This page took 0.063018 seconds and 3 git commands to generate.