mention getnet*(3) ABI breakage.

This commit is contained in:
Hajimu UMEMOTO 2005-06-03 03:34:21 +00:00
parent ad0fab44e2
commit 2554b2d12b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146905

View File

@ -21,6 +21,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20050603:
The n_net of a struct netent was changed to an uint32_t, and
1st argument of getnetbyaddr() was changed to an uint32_t, to
confirm to POSIX-2001. These changes broke an ABI
compatibility on 64 bit architecture. You have to recompile
userland programs that use getnetbyaddr(3), getnetbyname(3)
and/or getnetent(3) on 64 bit architecture.
20050528:
Kernel parsing of extra options on '#!' first lines of shell
scripts has changed. Lines with multiple options likely will