diff options
| author | skrll <skrll@NetBSD.org> | 2009-02-07 13:44:48 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2009-02-07 13:44:48 +0000 |
| commit | 8bfb786048cfec6b48fa022db8aedfcfccca3bb1 (patch) | |
| tree | 5846ced04176da0ddc969b173914aa0a6952188d /UPDATING | |
| parent | 9bd6af36c2dbf9e391805de702da8640cf0453a3 (diff) | |
posix_fadvise needs help again.
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.191 2009/02/05 20:00:58 joerg Exp $ +$NetBSD: UPDATING,v 1.192 2009/02/07 13:44:48 skrll Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -16,6 +16,11 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20090126: + The posix_fadvise system call changed assembly stub type. You need to + 'rm -f posix_fadvise.*' in the libc build directory to avoid using + the old assembly stub. + 20090202: pkg_install now depends on the pkgdb cache for automatic conflict detection. It is recommented to rebuild the cache with |
