aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-06-03 09:15:17 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-06-03 09:15:17 +0000
commit1d6a063bff9ec19eb834812391f58513ce33bafb (patch)
tree9bbb228312cbe7da671183ff2d60cd5ad1470f73 /UPDATING
parent2f07580bf66f4d12e459b2cc20581ab715880d93 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 3747e5505849..beb21a579a0c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.