Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
8aba928c
Commit
8aba928c
authored
Oct 10, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more missing <stdint.h>'s
parent
81386d69
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
3 deletions
+7
-3
varnishhist.c
bin/varnishhist/varnishhist.c
+1
-1
varnishlog.c
bin/varnishlog/varnishlog.c
+1
-0
base64.c
bin/varnishncsa/base64.c
+0
-2
varnishncsa.c
bin/varnishncsa/varnishncsa.c
+1
-0
varnishreplay.c
bin/varnishreplay/varnishreplay.c
+1
-0
varnishsizes.c
bin/varnishsizes/varnishsizes.c
+1
-0
vtc.h
bin/varnishtest/vtc.h
+1
-0
varnishtop.c
bin/varnishtop/varnishtop.c
+1
-0
No files found.
bin/varnishhist/varnishhist.c
View file @
8aba928c
...
...
@@ -41,7 +41,7 @@
#include <pthread.h>
#include <regex.h>
#include <signal.h>
#include <stdi
o
.h>
#include <stdi
nt
.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
...
...
bin/varnishlog/varnishlog.c
View file @
8aba928c
...
...
@@ -34,6 +34,7 @@
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
bin/varnishncsa/base64.c
View file @
8aba928c
...
...
@@ -11,8 +11,6 @@
#include <stdio.h> // for test-prog
#include "base64.h"
#include "vapi/vsl.h"
#include "vapi/vsm.h"
static
const
char
b64
[]
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
;
...
...
bin/varnishncsa/varnishncsa.c
View file @
8aba928c
...
...
@@ -62,6 +62,7 @@
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
bin/varnishreplay/varnishreplay.c
View file @
8aba928c
...
...
@@ -38,6 +38,7 @@
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
bin/varnishsizes/varnishsizes.c
View file @
8aba928c
...
...
@@ -41,6 +41,7 @@
#include <pthread.h>
#include <regex.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
bin/varnishtest/vtc.h
View file @
8aba928c
...
...
@@ -30,6 +30,7 @@
#include <errno.h>
#include <limits.h>
#include <signal.h>
#include <stdint.h>
#include <pthread.h>
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
...
...
bin/varnishtop/varnishtop.c
View file @
8aba928c
...
...
@@ -38,6 +38,7 @@
#include <limits.h>
#include <pthread.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
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