diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2004-07-13 21:03:40 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2004-07-13 21:03:40 +0000 |
commit | 79acdfbd39f0127e25ba7aad63839b6455171e08 (patch) | |
tree | 62825670c1162f70105c724d279ff92420ba893c /regress/libexec/ld.so/constructor | |
parent | 4d292eec5452f2145e7e2e8155ad77db73a23a7d (diff) |
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 'regress/libexec/ld.so/constructor')
-rw-r--r-- | regress/libexec/ld.so/constructor/libaa/shlib_version | 4 | ||||
-rw-r--r-- | regress/libexec/ld.so/constructor/libab/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/libexec/ld.so/constructor/libaa/shlib_version b/regress/libexec/ld.so/constructor/libaa/shlib_version index 987ef746955..b52599a164f 100644 --- a/regress/libexec/ld.so/constructor/libaa/shlib_version +++ b/regress/libexec/ld.so/constructor/libaa/shlib_version @@ -1,2 +1,2 @@ -major=1 -minor=0 +major=2 +minor=0 diff --git a/regress/libexec/ld.so/constructor/libab/shlib_version b/regress/libexec/ld.so/constructor/libab/shlib_version index 987ef746955..b52599a164f 100644 --- a/regress/libexec/ld.so/constructor/libab/shlib_version +++ b/regress/libexec/ld.so/constructor/libab/shlib_version @@ -1,2 +1,2 @@ -major=1 -minor=0 +major=2 +minor=0 |