diff options
author | 2004-07-13 21:03:34 +0000 | |
---|---|---|
committer | 2004-07-13 21:03:34 +0000 | |
commit | 0ede50fcc5e54a8b40b0fedb94f663af3e4efa7c (patch) | |
tree | a7ae273d0bd84adc0060dc34ed6f4b1737deb0b8 /lib/libedit | |
parent | Don't assert that P_INMEM is set in p_flag. The assert is only almost (diff) | |
download | wireguard-openbsd-0ede50fcc5e54a8b40b0fedb94f663af3e4efa7c.tar.xz wireguard-openbsd-0ede50fcc5e54a8b40b0fedb94f663af3e4efa7c.zip |
errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/shlib_version | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libedit/shlib_version b/lib/libedit/shlib_version index 7d5f3990678..012c14171d3 100644 --- a/lib/libedit/shlib_version +++ b/lib/libedit/shlib_version @@ -1,5 +1,2 @@ -# $OpenBSD: shlib_version,v 1.3 2003/10/31 08:42:24 otto Exp $ -# $NetBSD: shlib_version,v 1.14 2003/09/26 17:44:51 christos Exp $ -# -major=2 +major=3 minor=0 |