projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1953f3
)
Add missing "static".
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 2 Apr 2016 17:59:11 +0000
(13:59 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 2 Apr 2016 17:59:11 +0000
(13:59 -0400)
Per buildfarm member pademelon.
contrib/bloom/blutils.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bloom/blutils.c
b/contrib/bloom/blutils.c
index f301f415ab21debc115df707eedba9fb069b9d13..92ab85811b842ba53118232e99dd00a3b07cc549 100644
(file)
--- a/
contrib/bloom/blutils.c
+++ b/
contrib/bloom/blutils.c
@@
-195,7
+195,7
@@
myRand()
return (x - 1);
}
-void
+
static
void
mySrand(uint32 seed)
{
next = seed;