Module: kamailio
Branch: master
Commit: a69e47ce762108e0399bdfb6784649ebf3a34394
URL:
https://github.com/kamailio/kamailio/commit/a69e47ce762108e0399bdfb6784649e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-10-28T08:36:42+02:00
timer: removed svn id
---
Modified: src/modules/rtimer/rtimer_mod.c
Modified: src/modules/timer/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/a69e47ce762108e0399bdfb6784649e…
Patch:
https://github.com/kamailio/kamailio/commit/a69e47ce762108e0399bdfb6784649e…
---
diff --git a/src/modules/rtimer/rtimer_mod.c b/src/modules/rtimer/rtimer_mod.c
index e067bd6918..aa509b6183 100644
--- a/src/modules/rtimer/rtimer_mod.c
+++ b/src/modules/rtimer/rtimer_mod.c
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Copyright (C) 2009 Daniel-Constantin Mierla (
asipto.com)
*
* This file is part of Kamailio, a free SIP server.
diff --git a/src/modules/timer/Makefile b/src/modules/timer/Makefile
index f19f1eba85..4d5ee02832 100644
--- a/src/modules/timer/Makefile
+++ b/src/modules/timer/Makefile
@@ -1,7 +1,7 @@
#
-# timer module makefile
+# rtimer module makefile
+#
#
-#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs