Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
a5f0d30f
Commit
a5f0d30f
authored
May 28, 2014
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build warnings for CentOS 6.0
parent
27dd7fe6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dns_resolve.c
sources/centos60/dns_resolve.c
+1
-1
dns_resolve.h
sources/centos60/dns_resolve.h
+1
-1
No files found.
sources/centos60/dns_resolve.c
View file @
a5f0d30f
...
...
@@ -224,7 +224,7 @@ failed_put_cred:
return
ret
;
}
void
__exit
cifs_exit_dns_resolver
(
void
)
void
cifs_exit_dns_resolver
(
void
)
{
key_revoke
(
dns_resolver_cache
->
thread_keyring
);
unregister_key_type
(
&
key_type_dns_resolver
);
...
...
sources/centos60/dns_resolve.h
View file @
a5f0d30f
...
...
@@ -27,7 +27,7 @@
#include <linux/module.h>
extern
int
__init
cifs_init_dns_resolver
(
void
);
extern
void
__exit
cifs_exit_dns_resolver
(
void
);
extern
void
cifs_exit_dns_resolver
(
void
);
extern
int
dns_resolve_server_name_to_ip
(
const
char
*
unc
,
char
**
ip_addr
);
#endif
/* KERNEL */
...
...
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