1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/irc/ctrlproxy/files/patch-mods:stats.c
Kirill Ponomarev f055edb2e0 - Update to version 2.6.1
PR:		ports/63751
Submitted by:	Ports Fury
2004-03-04 16:07:55 +00:00

17 lines
369 B
C

--- mods/stats.c.orig Wed Dec 10 05:46:40 2003
+++ mods/stats.c Thu Mar 4 19:08:20 2004
@@ -25,12 +25,10 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
-#include <malloc.h>
-#include <stdio.h>
#include <time.h>
-#include <tdb.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <tdb.h>
#include <fcntl.h>
#define MAX_REGEX_SUBMATCHES 30