pkgsrc/security/fressh/patches/patch-an
joerg 2646e50baa DragonFly has libutil.h like FreeBSD. Include sys/time.h to get
struct timeval on DragonFly. Use BSD_INSTALL_PROGRAM, removing
the unportable -r flag at the same time. Fix build with newer
OpenSSL versions by including openssl/sha.h explicitly.
2006-01-27 18:08:10 +00:00

12 lines
284 B
Text

$NetBSD: patch-an,v 1.1 2006/01/27 18:08:10 joerg Exp $
--- ssh_logging.c.orig 2006-01-27 17:56:05.000000000 +0000
+++ ssh_logging.c
@@ -47,6 +47,7 @@
#include <string.h>
#include <time.h>
#include <sys/types.h>
+#include <sys/time.h>
#include <unistd.h>
#include "options.h"