diff options
author | 2021-03-18 11:17:04 +0000 | |
---|---|---|
committer | 2021-03-18 11:17:04 +0000 | |
commit | 71319f413e6db4c23b2a2eeffc800437d75e7395 (patch) | |
tree | da8ada22e845e3bf8a4a985d7d8ba13addd6062b | |
parent | Type-cast getpagesize() from int to size_t for the comparison with d. (diff) | |
download | wireguard-openbsd-71319f413e6db4c23b2a2eeffc800437d75e7395.tar.xz wireguard-openbsd-71319f413e6db4c23b2a2eeffc800437d75e7395.zip |
Remove duplicate prototype.
-rw-r--r-- | usr.sbin/ntpd/constraint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/constraint.c b/usr.sbin/ntpd/constraint.c index 6529070d141..397e3b8bb7c 100644 --- a/usr.sbin/ntpd/constraint.c +++ b/usr.sbin/ntpd/constraint.c @@ -1,4 +1,4 @@ -/* $OpenBSD: constraint.c,v 1.50 2020/02/20 14:41:01 otto Exp $ */ +/* $OpenBSD: constraint.c,v 1.51 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); |