diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 13:27:09 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 13:27:09 +0000 |
commit | 45a89359472da70a5cf928a5e7626c195ed4ed59 (patch) | |
tree | c03358d8f0f88a414b6f6c35dea2c4d24d7bbf9f /lib/libc/shlib_version | |
parent | aef1460fb26d62736c1bc98d523e1bd996353258 (diff) |
Add ohash_* functions to libc.
Ok'd deraadt@, millert@
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index c622cb8cdf3..72168dfd16a 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=26 -minor=0 +minor=1 |