artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb7cdf
)
Remove duplicate prototype.
author
bluhm
<bluhm@openbsd.org>
Thu, 18 Mar 2021 11:17:04 +0000
(11:17 +0000)
committer
bluhm
<bluhm@openbsd.org>
Thu, 18 Mar 2021 11:17:04 +0000
(11:17 +0000)
usr.sbin/ntpd/constraint.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ntpd/constraint.c
b/usr.sbin/ntpd/constraint.c
index
6529070
..
397e3b8
100644
(file)
--- a/
usr.sbin/ntpd/constraint.c
+++ b/
usr.sbin/ntpd/constraint.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: constraint.c,v 1.5
0 2020/02/20 14:41:01 otto Exp $
*/
+/* $OpenBSD: constraint.c,v 1.5
1 2021/03/18 11:17:04 bluhm Exp $
*/
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@
-58,7
+58,6
@@
struct constraint *
constraint_bypid(pid_t);
int constraint_close(u_int32_t);
void constraint_update(void);
-void constraint_reset(void);
int constraint_cmp(const void *, const void *);
void priv_constraint_close(int, int);