pkgsrc/benchmarks/lmbench/patches/patch-ak
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

12 lines
305 B
Text

$NetBSD: patch-ak,v 1.2 2005/12/05 20:49:51 rillig Exp $
--- src/lmhttp.c.orig 1998-07-31 14:55:18.000000000 -0500
+++ src/lmhttp.c
@@ -17,6 +17,7 @@
#include <sys/sysmp.h>
#include <sys/syssgi.h>
#endif
+#include <time.h>
#include "bench.h"
#ifdef MAP_FILE
# define MMAP_FLAGS MAP_FILE|MAP_SHARED