r31885 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r31884
|
r31885
|
r31886
>
Date:
20:32, 12 March 2008
Author:
river
Status:
old
Tags:
Comment:
- Interix needs #define _ALL_SOURCE for getopt
Modified paths:
/trunk/tools/trickle/trickle.c
(modified) (
history
)
Diff
[
purge
]
Index: trunk/tools/trickle/trickle.c
—
—
@@ -6,6 +6,10 @@
7
7
8
8
#pragma ident "@(#) $Id$"
9
9
10
+#ifdef __INTERIX
11
+# define _ALL_SOURCE
12
+#endif
13
+
10
14
#include <sys/types.h>
11
15
#include <sys/stat.h>
12
16
Status & tagging log
15:24, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r31885
[
removed:
ok
added:
old]