SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/cutils/patches/patch-src_cobfusc_cobfusc_c
Normal file
11
devel/cutils/patches/patch-src_cobfusc_cobfusc_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/cobfusc/cobfusc.c.orig Tue Dec 9 20:23:33 2014
|
||||
+++ src/cobfusc/cobfusc.c Tue Dec 9 20:23:42 2014
|
||||
@@ -908,7 +908,7 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
case 's':
|
||||
opt_random_seed = atoi(optarg);
|
||||
- srand(opt_random_seed);
|
||||
+ srand_deterministic(opt_random_seed);
|
||||
break;
|
||||
case 't':
|
||||
opt_trigraphize = 1;
|
Loading…
Add table
Add a link
Reference in a new issue