diff options
Diffstat (limited to 'net-misc/netkit-fingerd/files/netkit-fingerd-0.17-r2-gentoo.diff')
-rw-r--r-- | net-misc/netkit-fingerd/files/netkit-fingerd-0.17-r2-gentoo.diff | 22 |
1 files changed, 22 insertions, 0 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-r2-gentoo.diff new file mode 100644 index 000000000000..e7c2d776147d --- /dev/null +++ b/net-misc/netkit-fingerd/files/netkit-fingerd-0.17-r2-gentoo.diff @@ -0,0 +1,22 @@ +--- 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 @@ + #include <sys/types.h> + #include <sys/file.h> + #include <sys/stat.h> +-#include <sys/time.h> ++#include <time.h> + #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 +@@ -40,7 +40,7 @@ + #endif /* not lint */ + + #include <sys/types.h> +-#include <sys/time.h> ++#include <time.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |