Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
149a536e
Commit
149a536e
authored
Mar 23, 2021
by
Poul-Henning Kamp
Committed by
Dridi Boukelmoune
Oct 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of old-style functions
parent
a3431ade
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stevedore.c
bin/varnishd/storage/stevedore.c
+1
-1
vsa.c
lib/libvarnish/vsa.c
+1
-1
No files found.
bin/varnishd/storage/stevedore.c
View file @
149a536e
...
...
@@ -49,7 +49,7 @@ static pthread_mutex_t stv_mtx;
*/
const
struct
stevedore
*
STV_next
()
STV_next
(
void
)
{
static
struct
stevedore
*
stv
;
struct
stevedore
*
r
;
...
...
lib/libvarnish/vsa.c
View file @
149a536e
...
...
@@ -183,7 +183,7 @@ static struct suckaddr bogo_ip_vsa;
const
struct
suckaddr
*
bogo_ip
=
&
bogo_ip_vsa
;
void
VSA_Init
()
VSA_Init
(
void
)
{
struct
addrinfo
hints
,
*
res
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment