Index: third_party/libxml/trio.c |
diff --git a/third_party/libxml/trio.c b/third_party/libxml/trio.c |
index 3fac2e63f3eba1809ed724bb3e8bcd5b5293c035..b116ccc363a63fc2f0c2381c84e3fd750053d57e 100644 |
--- a/third_party/libxml/trio.c |
+++ b/third_party/libxml/trio.c |
@@ -1,6 +1,6 @@ |
/************************************************************************* |
* |
- * $Id: trio.c 3600 2007-04-17 12:44:58Z veillard $ |
+ * $Id$ |
* |
* Copyright (C) 1998 Bjorn Reese and Daniel Stenberg. |
* |
@@ -733,7 +733,7 @@ typedef struct _trio_userdef_t { |
* |
*************************************************************************/ |
-static TRIO_CONST char rcsid[] = "@(#)$Id: trio.c 3600 2007-04-17 12:44:58Z veillard $"; |
+static TRIO_CONST char rcsid[] = "@(#)$Id$"; |
/* |
* Need this to workaround a parser bug in HP C/iX compiler that fails |