scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 4ffe30ed60ff2fc0dec1e6c3aeac4bd552ffb027
parent dcbd30134ea90c5392fae5944f4ff61dd17722cc
Author: sin <sin@2f30.org>
Date:   Thu,  1 Aug 2013 16:44:15 +0100

Add compile line at the top

Diffstat:
Mrandom/rballoc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/random/rballoc.c b/random/rballoc.c @@ -1,3 +1,4 @@ +/* Compile with gcc -shared -fPIC -o rballoc.so rballoc.c */ #include <sys/mman.h> #include <unistd.h> #include <stdio.h>