Module: kamailio Branch: master Commit: 6e8121f4b25e1c3f59f628a4591299f69f44635e URL: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f6...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@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/6e8121f4b25e1c3f59f628a4591299f6... Patch: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f6...
---
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) */