]> git.pld-linux.org Git - packages/bsd-finger.git/blame - bsd-finger-time.patch
- store patches in decompressed files
[packages/bsd-finger.git] / bsd-finger-time.patch
CommitLineData
78998177
RW
1diff -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);
12diff -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.051477 seconds and 4 git commands to generate.