Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Pullup of ticket 1009.



details:   https://anonhg.NetBSD.org/src/rev/8b60f9b900b5
branches:  netbsd-1-6
changeset: 529474:8b60f9b900b5
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Nov 23 15:45:32 2002 +0000

description:
Pullup of ticket 1009.

diffstat:

 doc/CHANGES-1.6.1 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 089a3567b99b -r 8b60f9b900b5 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Sat Nov 23 15:44:29 2002 +0000
+++ b/doc/CHANGES-1.6.1 Sat Nov 23 15:45:32 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.45 2002/11/23 15:21:39 tron Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.46 2002/11/23 15:45:32 tron Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -1497,3 +1497,11 @@
        off_t instead. Obviously noone has tried to rcp files larger than 2GB.
        [ragge, ticket #1008]
 
+sys/lib/libkern/ffs.c                          1.9
+
+       #undef ffs before the ffs() function definition, so that the name
+       isn't rewrote to __builtin_ffs() on gcc 2.95+; this fixes compilation
+       on sun2
+       also change the comment for function
+       [skrll, ticket #1009]
+



Home | Main Index | Thread Index | Old Index