forked from pool/perl-Session-Token
- added patches fix build with gcc15 + perl-Session-Token-gcc15.patch OBS-URL: https://build.opensuse.org/request/show/1281097 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Session-Token?expand=0&rev=3
17 lines
538 B
Diff
17 lines
538 B
Diff
Index: Session-Token-1.503/rand.h
|
|
===================================================================
|
|
--- Session-Token-1.503.orig/rand.h
|
|
+++ Session-Token-1.503/rand.h
|
|
@@ -36,9 +36,9 @@ typedef struct randctx randctx;
|
|
If (flag==TRUE), then use the contents of randrsl[0..RANDSIZ-1] as the seed.
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
-void randinit(/*_ randctx *r, word flag _*/);
|
|
+void randinit(randctx *r, word flag);
|
|
|
|
-void isaac(/*_ randctx *r _*/);
|
|
+void isaac(randctx *r);
|
|
|
|
|
|
/*
|