r30112 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r30111
|
r30112
|
r30113
>
Date:
11:30, 24 January 2008
Author:
avar
Status:
old
Tags:
Comment:
#include <db.h> not <db4/db.h>, db.h is in /usr/include/db.h on e.g. debian
Modified paths:
/trunk/webstatscollector/collector.c
(modified) (
history
)
/trunk/webstatscollector/collector.h
(modified) (
history
)
/trunk/webstatscollector/export.c
(modified) (
history
)
Diff
[
purge
]
Index: trunk/webstatscollector/export.c
—
—
@@ -14,7 +14,7 @@
15
15
#include <string.h>
16
16
#include <unistd.h>
17
17
#include <netinet/in.h>
18
-#include <db4/db.h>
18
+#include <db.h>
19
19
#include "collector.h"
20
20
21
21
void dumpData(FILE *fd, DB *db) {
Index: trunk/webstatscollector/collector.c
—
—
@@ -24,7 +24,7 @@
25
25
#include <errno.h>
26
26
#include <fcntl.h>
27
27
#include <netinet/in.h>
28
-#include <db4/db.h>
28
+#include <db.h>
29
29
#include <pthread.h>
30
30
#include "collector.h"
31
31
Index: trunk/webstatscollector/collector.h
—
—
@@ -2,7 +2,7 @@
3
3
/* $Id: collector.h 12318 2005-12-31 15:34:46Z midom $ */
4
4
5
5
#include <stdio.h>
6
-#include <db4/db.h>
6
+#include <db.h>
7
7
8
8
#define PERIOD 3600
9
9
#define PREFIX "dumps/"
Status & tagging log
15:24, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r30112
[
removed:
ok
added:
old]