fix typo in my previous commit.

Submitted by:	Jiawei Ye <leafy7382 _at_ gmail.com>
This commit is contained in:
Hajimu UMEMOTO 2005-06-03 09:15:17 +00:00
parent 2f07580bf6
commit 1d6a063bff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146920

View File

@ -24,7 +24,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
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
conform 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.