Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
eec06494
Commit
eec06494
authored
Aug 30, 2018
by
Witold Krecicki
Committed by
Evan Hunt
Aug 31, 2018
Browse files
Silence some warnings and errors
(cherry picked from commit
0f0dfc7f
)
parent
2bb5fc2e
Pipeline
#4596
passed with stages
in 7 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/bind9/check.c
View file @
eec06494
...
...
@@ -1772,7 +1772,7 @@ check_update_policy(const cfg_obj_t *policy, isc_log_t *logctx) {
typedef
struct
{
const
char
*
name
;
int
allowed
;
unsigned
int
allowed
;
}
optionstable
;
static
isc_result_t
...
...
lib/isc/include/isc/socket.h
View file @
eec06494
...
...
@@ -9,8 +9,6 @@
* information regarding copyright ownership.
*/
/* $Id$ */
#ifndef ISC_SOCKET_H
#define ISC_SOCKET_H 1
...
...
@@ -259,7 +257,7 @@ struct isc_socket_connev {
* _DSCP: The UDP DSCP value is valid.
* _USEMINMTU: Set the per packet IPV6_USE_MIN_MTU flag.
*/
#define ISC_SOCKEVENTATTR_ATTACHED 0x
8
0000000U
/* internal */
#define ISC_SOCKEVENTATTR_ATTACHED 0x
1
0000000U
/* internal */
#define ISC_SOCKEVENTATTR_TRUNC 0x00800000U
/* public */
#define ISC_SOCKEVENTATTR_CTRUNC 0x00400000U
/* public */
#define ISC_SOCKEVENTATTR_TIMESTAMP 0x00200000U
/* public */
...
...
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