add "move gethostbyname to a compat library" to the list of things to do

on the mythical libc bump
This commit is contained in:
dholland 2014-03-29 19:30:12 +00:00
parent e58a356cba
commit 120fd4cb9a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: shlib_version,v 1.249 2014/01/31 20:45:48 christos Exp $
# $NetBSD: shlib_version,v 1.250 2014/03/29 19:30:12 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@ -39,5 +39,6 @@
# - switch to DT_INIT_ARRAY on all platforms
# - consolidate ownership with crt0.o and avoid common symbols
# - redo stdin/stdout/stderr to not require copy relocations
# - move gethostbyname to a compat library
major=12
minor=190