From c5bc0386f52b108f69bd7abb34bc8d0cb0a5ab88 Mon Sep 17 00:00:00 2001
From: Terry Wilson <twilson@digium.com>
Date: Tue, 30 Dec 2008 20:50:05 +0000
Subject: [PATCH] Fix some svn:keywords

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_http_post.c | 2 +-
 res/res_phoneprov.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/res_http_post.c b/res/res_http_post.c
index 26daf7ad88..2770f52d8b 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 9b4065f9c4..b05240ac8f 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -34,7 +34,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"
-- 
GitLab