Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc ticket 1301



details:   https://anonhg.NetBSD.org/src/rev/1be07b7d9c35
branches:  netbsd-1-6
changeset: 530351:1be07b7d9c35
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Jun 19 01:36:18 2003 +0000

description:
ticket 1301

diffstat:

 doc/CHANGES-1.6.2 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 61f4df53c488 -r 1be07b7d9c35 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Thu Jun 19 01:35:13 2003 +0000
+++ b/doc/CHANGES-1.6.2 Thu Jun 19 01:36:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.41 2003/06/19 01:31:50 grant Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.42 2003/06/19 01:36:18 grant Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -567,3 +567,15 @@
        Fix handing of -ve hexadecimal numbers in the %i format.  Fixes
        PR lib/21691.  Patch from Simon Burge.
        [thorpej, ticket #1298]
+
+sys/sys/shm.h                                  1.33
+
+       Include <sys/unistd.h> for the definition of _SC_PAGESIZE, which is
+       required for run-time retrieval of SHMLBA.  While this does make
+       visible additional symbols which are not in the underscore-prefixed
+       implementation-reserved namespace, its impact should be negligible (and
+       most applications supposedly include <unistd.h> as well), and there is
+       verify strvis() buffer length is enough.  make sure string termination
+       before use.  remove extra ntohs() which is not needed.  from Charles
+       Blundell
+       [kleink, ticket #1301]



Home | Main Index | Thread Index | Old Index