Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
dbdf782e
Commit
dbdf782e
authored
Jul 23, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net/{Resolver,HostParser}: include <cstring>
Fixup after
e4dad42c
parent
f102cbb6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
HostParser.cxx
src/net/HostParser.cxx
+2
-2
HostParser.hxx
src/net/HostParser.hxx
+1
-1
Resolver.cxx
src/net/Resolver.cxx
+1
-1
Resolver.hxx
src/net/Resolver.hxx
+1
-1
No files found.
src/net/HostParser.cxx
View file @
dbdf782e
/*
* Copyright 2007-20
18 Content Management AG
* Copyright 2007-20
20 CM4all GmbH
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
...
...
@@ -33,7 +33,7 @@
#include "HostParser.hxx"
#include "util/CharUtil.hxx"
#include <
string.h
>
#include <
cstring
>
static
inline
bool
IsValidHostnameChar
(
char
ch
)
noexcept
...
...
src/net/HostParser.hxx
View file @
dbdf782e
/*
* Copyright 2007-20
18 Content Management AG
* Copyright 2007-20
20 CM4all GmbH
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
...
...
src/net/Resolver.cxx
View file @
dbdf782e
...
...
@@ -45,8 +45,8 @@
#endif
#include <cerrno>
#include <cstring>
#include <string.h>
#include <stdio.h>
static
inline
bool
...
...
src/net/Resolver.hxx
View file @
dbdf782e
/*
* Copyright 2007-20
18 Content Management AG
* Copyright 2007-20
20 CM4all GmbH
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
...
...
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