diff options
author | 2019-01-31 05:33:51 +0000 | |
---|---|---|
committer | 2019-01-31 05:33:51 +0000 | |
commit | 534ca55869d51a7fb71f00c5bd49e8f3caa11892 (patch) | |
tree | 6e8c41dd37d2affcab685c20fc81534a025a3f96 | |
parent | tc_setclock: Don't rewind the system uptime during resume/unhibernate. (diff) | |
download | wireguard-openbsd-534ca55869d51a7fb71f00c5bd49e8f3caa11892.tar.xz wireguard-openbsd-534ca55869d51a7fb71f00c5bd49e8f3caa11892.zip |
remove remnant of jackport
-rw-r--r-- | sys/sys/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 2a8ff365a74..04e6bbbe77b 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.182 2019/01/29 14:07:15 visa Exp $ */ +/* $OpenBSD: sysctl.h,v 1.183 2019/01/31 05:33:51 tedu Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -202,7 +202,7 @@ struct ctlname { { "hostname", CTLTYPE_STRING }, \ { "hostid", CTLTYPE_INT }, \ { "clockrate", CTLTYPE_STRUCT }, \ - { "dnsjackport", CTLTYPE_INT }, \ + { "gap", 0 }, \ { "gap", 0 }, \ { "gap", 0 }, \ { "profiling", CTLTYPE_NODE }, \ |