aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-30 20:57:15 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-30 20:57:15 +0000
commit19ded040a26ee0cdef143c8c3ebf22c18924ca73 (patch)
treee9355bf153df158a2c9e0ed1b1bb4ebe5d5a13ab /res
parent9897c0b825170dbccf5e16b1a89ee2f3111766ad (diff)
Merged revisions 166908 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r166908 | twilson | 2008-12-30 14:50:05 -0600 (Tue, 30 Dec 2008) | 2 lines Fix some svn:keywords ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@166910 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_http_post.c2
-rw-r--r--res/res_phoneprov.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/res_http_post.c b/res/res_http_post.c
index deab15c1a..39816da76 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -32,7 +32,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/stat.h>
#include <fcntl.h>
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index 8c92d0dda..d26aed722 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -38,7 +38,7 @@
#ifdef SOLARIS
#include <sys/sockio.h>
#endif
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 96773 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/file.h"