This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
we don't need a dummy constraint_cmp
OPENBSD_5_7
Brent Cook
9 years ago
parent
5035e4decb
commit
bff382a60f
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
src/constraint-disabled.c
+ 0
- 6
src/constraint-disabled.c
View File
@ -47,12 +47,6 @@ constraint_dns(u_int32_t id, u_int8_t *data, size_t len)
{
}
int
constraint_cmp
(
const
void
*
a
,
const
void
*
b
)
{
return
(
*
(
const
time_t
*
)
a
-
*
(
const
time_t
*
)
b
)
;
}
int
constraint_check
(
double
val
)
{
Write
Preview
Loading…
Cancel
Save