aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-06-03 10:19:26 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-06-03 10:19:26 +0000
commit0fe9e21bd9055a19394c3f8f13d346073d8584d6 (patch)
treef3f825173ee42711e5b5a10df223348401261f31 /UPDATING
parente217163c6d59653e785e53f907a941cf5e4797d4 (diff)
downloadsrc-0fe9e21bd9055a19394c3f8f13d346073d8584d6.tar.gz
src-0fe9e21bd9055a19394c3f8f13d346073d8584d6.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 4 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index beb21a579a0c..15d71286c265 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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