diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2003-10-31 21:58:15 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2003-10-31 21:58:15 +0000 |
| commit | b5004ff560be92e2dad53d83cefdd882a1ae5276 (patch) | |
| tree | c56291cdfdb47a24dd37e4125c2feaefa6b2ab34 /UPDATING | |
| parent | b0a159ccab2824ac5277603958d6f3f766da9de8 (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/UPDATING b/UPDATING index b0a18f7a89c67..7f587708a9603 100644 --- a/UPDATING +++ b/UPDATING @@ -18,12 +18,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: to maximize performance. 20031031: - The API and ABI of struct ifnet have been changed by removing - the if_name and if_unit members and replacing them with - if_xname, if_dname, and if_dunit. All network drivers and most - userland programs which include net/if_var.h must be updated - and recompiled. __FreeBSD_version has been bumped to 501113 to - reflect this change. + The API and ABI of struct ifnet have been changed by removing + the if_name and if_unit members and replacing them with + if_xname, if_dname, and if_dunit. All network drivers and most + userland programs which include net/if_var.h must be updated + and recompiled. __FreeBSD_version has been bumped to 501113 to + reflect this change. 20030928: Changes to the cdevsw default functions have been made to remove |
