diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-06-03 03:34:21 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-06-03 03:34:21 +0000 |
| commit | 2554b2d12b64808f2da1a31320628c91ab16164a (patch) | |
| tree | 08c613272afe78dc18312e351dde2707cbf63d62 | |
| parent | ad0fab44e2a20be7dd0f2fdc6e1aba86a530443a (diff) | |
Notes
| -rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
