: Added Files:
[hdw-repos/packages.git] / demian / bsd-finger / glibc2.2.patch
diff --git a/demian/bsd-finger/glibc2.2.patch b/demian/bsd-finger/glibc2.2.patch
new file mode 100755 (executable)
index 0000000..e950f40
--- /dev/null
@@ -0,0 +1,21 @@
+missed time.h
+--- ./finger/lprint.c.orig     Tue Oct  9 14:58:18 2001
++++ ./finger/lprint.c  Tue Oct  9 14:58:50 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);
+--- ./finger/sprint.c.orig     Tue Oct  9 14:59:26 2001
++++ ./finger/sprint.c  Tue Oct  9 14:59: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>