mention libpcap.

This commit is contained in:
Hajimu UMEMOTO 2005-06-03 10:19:26 +00:00
parent e217163c6d
commit 0fe9e21bd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146923

View File

@ -25,9 +25,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
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
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.
compatibility on 64 bit architecture. With these changes,
shlib major of libpcap was bumped. You have to recompile
userland programs that use getnetbyaddr(3), getnetbyname(3),
getnetent(3) and/or libpcap on 64 bit architecture.
20050528:
Kernel parsing of extra options on '#!' first lines of shell