Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc #922



details:   https://anonhg.NetBSD.org/src/rev/72278a03128b
branches:  netbsd-2-0
changeset: 562802:72278a03128b
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Nov 12 05:07:04 2004 +0000

description:
#922

diffstat:

 doc/CHANGES-2.0 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 49c567653927 -r 72278a03128b doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Fri Nov 12 05:04:07 2004 +0000
+++ b/doc/CHANGES-2.0   Fri Nov 12 05:07:04 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.505 2004/11/12 05:02:46 jmc Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.506 2004/11/12 05:07:04 jmc Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -7863,3 +7863,9 @@
        we can append to it. Modify the code so that file_write is re-entrant,
        even in the gnu long name/link hack.
        [christos, ticket #921]
+
+bin/pax/buf_subs.c                             1.25
+
+       fd can be -1 or -2 for the gnu long name/link hack. So check for >= 0
+       instead of -1 if we need to flush.
+       [christos, ticket #922]



Home | Main Index | Thread Index | Old Index