diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-01-11 19:32:11 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-01-11 19:32:11 +0000 |
commit | 6607731225347e583be10d914e5758d7a9726fc9 (patch) | |
tree | 8723d65af68b877289e1bf7b3653c2b86fa5cbda /lib/libc/shlib_version | |
parent | 048f9e5245551dcd59db3e5d9941fb31f6d07971 (diff) |
Add gethostent(), as some LEGACY code wants it. If you write new
code, PLEASE don't use this. Currently only iterates through the
local /etc/hosts file.
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 cd56ff5f1e5..2369e74bfac 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=17 -minor=6 +minor=7 |