Index: third_party/libxslt/libxslt/extra.c |
=================================================================== |
--- third_party/libxslt/libxslt/extra.c (revision 39981) |
+++ third_party/libxslt/libxslt/extra.c (working copy) |
@@ -15,7 +15,6 @@ |
#include <string.h> |
#ifdef HAVE_TIME_H |
-#define __USE_XOPEN |
#include <time.h> |
#endif |
#ifdef HAVE_STDLIB_H |
@@ -199,7 +198,7 @@ |
str = (char *) obj->stringval; |
- /* str = "$Date: 2002-10-15 18:06:47 +0200 (Tue, 15 Oct 2002) $" */ |
+ /* str = "$Date$" */ |
memset(digits, 0, sizeof(digits)); |
strncpy(digits, str+7, 4); |
field = strtol(digits, NULL, 10); |