summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-03 13:11:11 +0000
committerjlam <jlam@pkgsrc.org>2003-09-03 13:11:11 +0000
commit54464919ea58d8f3bb9ce3345831d2cda469489b (patch)
treedee374cdf0dbf8f7aacba0cb9b2b20618f68c830 /doc
parent73b456db35f9a57df96ce3e4ebcdcb0290b7f06c (diff)
downloadpkgsrc-54464919ea58d8f3bb9ce3345831d2cda469489b.tar.gz
Update pkgtools/libnbcompat to 20030826. Changes from previous version:
* Properly declare statfs() and fstatfs() if we use the libnbcompat versions. * Move some headers into a private directory in the installed location so that they don't override headers of the same name on the system. * Define TAILQ_HEAD_INITIALIZER if it doesn't exist. * Add a poll() implementation using select() for poll()-less systems. Thanks for Charles Blundell for the implementation! * Fix the vis.h check for systems whose vis() is not as featureful as NetBSD's.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index f9a5581b4ed..d94372d645a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3219 2003/09/03 12:36:55 martin Exp $
+$NetBSD: CHANGES,v 1.3220 2003/09/03 13:11:41 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3494,3 +3494,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated doxygen to 1.3.3 [martti 2003-09-03]
Updated libnbcompat to 20030825 [jlam 2003-09-03]
Updated mserv to 0.35 [martin 2003-09-03]
+ Updated libnbcompat to 20030826 [jlam 2003-09-03]