Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-src_modules_m__cycle.c,v 1.2 2015/11/26 16:36:00 jperkin Exp $
Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
--- src/modules/m_cycle.c.orig 2015-11-09 16:16:59.000000000 +0000
+++ src/modules/m_cycle.c
@@ -31,8 +31,8 @@
#include <string.h>
#ifdef _WIN32
#include <io.h>
-#endif
#include <sys/timeb.h>
+#endif
#include <fcntl.h>
#include "h.h"
#include "proto.h"