]> git.pld-linux.org Git - packages/bsd-finger.git/commitdiff
c61523674adb03060ef99eabf179c817 bsd-finger-time.patch
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Tue, 8 May 2001 13:38:56 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bsd-finger-time.patch -> 1.1

bsd-finger-time.patch [new file with mode: 0644]

diff --git a/bsd-finger-time.patch b/bsd-finger-time.patch
new file mode 100644 (file)
index 0000000..0db417f
--- /dev/null
@@ -0,0 +1,22 @@
+diff -urN bsd-finger-0.17/finger/lprint.c bsd-finger-0.17-patch/finger/lprint.c
+--- bsd-finger-0.17/finger/lprint.c    Tue Sep 14 12:51:11 1999
++++ bsd-finger-0.17-patch/finger/lprint.c      Wed Apr 25 16:53:47 2001
+@@ -49,6 +49,7 @@
+ #include <sys/file.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include "finger.h"
+ static void lprint(PERSON *pn);
+diff -urN bsd-finger-0.17/finger/sprint.c bsd-finger-0.17-patch/finger/sprint.c
+--- bsd-finger-0.17/finger/sprint.c    Sun Dec 12 19:59:33 1999
++++ bsd-finger-0.17-patch/finger/sprint.c      Wed Apr 25 16:53:33 2001
+@@ -41,6 +41,7 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
This page took 0.049929 seconds and 4 git commands to generate.