[sr-dev] git:master:6e8121f4: core Header modifications in rand library - SVN IDs

Olle E. Johansson oej at edvina.net
Fri Jan 16 17:52:27 CET 2015


Module: kamailio
Branch: master
Commit: 6e8121f4b25e1c3f59f628a4591299f69f44635e
URL: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f69f44635e

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2015-01-16T17:41:47+01:00

core Header modifications in rand library - SVN IDs

---

Modified: rand/fastrand.c
Modified: rand/fastrand.h

---

Diff:  https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f69f44635e.diff
Patch: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f69f44635e.patch

---

diff --git a/rand/fastrand.c b/rand/fastrand.c
index 94bd3c7..757e08d 100644
--- a/rand/fastrand.c
+++ b/rand/fastrand.c
@@ -1,8 +1,6 @@
 /*
  * fast pseudo random generation 
  *
- * $Id$
- *
  * Copyright (C) 2007 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
diff --git a/rand/fastrand.h b/rand/fastrand.h
index ab4fb74..c97232e 100644
--- a/rand/fastrand.h
+++ b/rand/fastrand.h
@@ -1,8 +1,6 @@
 /*
  * fast pseudo random generation 
  *
- * $Id$
- *
  * Copyright (C) 2007 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -16,10 +14,7 @@
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- *History:
- *--------
+ *
  *  2007-06-15  wrapper around isaac (see 
  *              http://www.burtleburtle.net/bob/rand/isaacafa.html) (andrei)
  */




More information about the sr-dev mailing list