summaryrefslogtreecommitdiff
path: root/net-misc/netkit-fingerd/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-26 21:58:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-26 21:58:19 +0000
commita0953f7ac639d8e180f62ab3364ccf9af71f783d (patch)
tree49c27625d74c6c1857a4b9172594a5888344f102 /net-misc/netkit-fingerd/files
parentae8c098416c6e714f4466e330d7272cd5e46d452 (diff)
gentoo auto-resync : 26:02:2023 - 21:58:19
Diffstat (limited to 'net-misc/netkit-fingerd/files')
-rw-r--r--net-misc/netkit-fingerd/files/netkit-fingerd-0.17-includes.patch (renamed from net-misc/netkit-fingerd/files/netkit-fingerd-0.17-r2-gentoo.diff)22
1 files changed, 17 insertions, 5 deletions
diff --git a/net-misc/netkit-fingerd/files/netkit-fingerd-0.17-r2-gentoo.diff b/net-misc/netkit-fingerd/files/netkit-fingerd-0.17-includes.patch
index e7c2d776147d..4318db053ac2 100644
--- a/net-misc/netkit-fingerd/files/netkit-fingerd-0.17-r2-gentoo.diff
+++ b/net-misc/netkit-fingerd/files/netkit-fingerd-0.17-includes.patch
@@ -1,6 +1,18 @@
---- bsd-finger-0.17/finger/lprint.c~ Tue Sep 14 12:51:11 1999
-+++ bsd-finger-0.17/finger/lprint.c Sun Apr 29 21:49:04 2001
-@@ -48,7 +48,7 @@
+https://bugs.gentoo.org/897822
+
+Add missing fcntl.h.
+Change sys/time.h to time.h.
+
+--- a/finger/lprint.c
++++ b/finger/lprint.c
+@@ -42,13 +42,14 @@
+
+ #include <stdio.h>
+ #include <ctype.h>
++#include <fcntl.h>
+ #include <paths.h>
+ #include <string.h>
+ #include <unistd.h>
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>
@@ -9,8 +21,8 @@
#include "finger.h"
static void lprint(PERSON *pn);
---- bsd-finger-0.17/finger/sprint.c~ Sun Dec 12 19:59:33 1999
-+++ bsd-finger-0.17/finger/sprint.c Sun Apr 29 21:49:22 2001
+--- a/finger/sprint.c
++++ b/finger/sprint.c
@@ -40,7 +40,7 @@
#endif /* not lint */