Skip to content
Snippets Groups Projects
Commit 9fbb5599 authored by deuce's avatar deuce
Browse files

Add missing variable declaration.

parent c6d0039a
Branches
Tags
No related merge requests found
...@@ -200,6 +200,9 @@ static const char* web_usage = "Web server settings:\n" ...@@ -200,6 +200,9 @@ static const char* web_usage = "Web server settings:\n"
"\tw- disable Web server (no services module)\n" "\tw- disable Web server (no services module)\n"
"\n" "\n"
; ;
#ifdef _THREAD_SUID_BROKEN
int thread_suid_broken=TRUE; /* NPTL is no longer broken */
#else
static int lputs(int level, char *str) static int lputs(int level, char *str)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment