summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-10-24 02:20:06 +0000
committermillert <millert@openbsd.org>2000-10-24 02:20:06 +0000
commit012438f55ae336faa6b0c4e5e772cab19f39a4d9 (patch)
tree6bb50f8d914075e19378b38575cc209e7becf893
parentVerify that memory regions are always page aligned and multiple of page size. (diff)
downloadwireguard-openbsd-012438f55ae336faa6b0c4e5e772cab19f39a4d9.tar.xz
wireguard-openbsd-012438f55ae336faa6b0c4e5e772cab19f39a4d9.zip
Crank major because the type of the "ospeed" variable changed from
speed_t (u_int) to short to match historic termcap usage.
-rw-r--r--lib/libcurses/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/shlib_version b/lib/libcurses/shlib_version
index b39addfcc64..d0f0988b418 100644
--- a/lib/libcurses/shlib_version
+++ b/lib/libcurses/shlib_version
@@ -1,2 +1,2 @@
-major=7
-minor=1
+major=8
+minor=0