Files
pkgsrc-ng/chat/unrealircd/patches/patch-src_modules_m__svssilence.c
2016-11-18 22:39:22 +01:00

17 lines
432 B
C

$NetBSD: patch-src_modules_m__svssilence.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_svssilence.c.orig 2015-11-09 16:16:59.000000000 +0000
+++ src/modules/m_svssilence.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"