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 1008.



details:   https://anonhg.NetBSD.org/src/rev/402a3c6963be
branches:  netbsd-1-6
changeset: 529471:402a3c6963be
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Nov 22 23:05:29 2002 +0000

description:
Pullup of ticket 1008.

diffstat:

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

diffs (19 lines):

diff -r 14a5397cea28 -r 402a3c6963be doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Fri Nov 22 23:03:31 2002 +0000
+++ b/doc/CHANGES-1.6.1 Fri Nov 22 23:05:29 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.43 2002/11/22 22:42:06 tron Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.44 2002/11/22 23:05:29 tron Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -1491,3 +1491,9 @@
        Adjust residual counter for wide transfers.
        [martin, ticket #948]
 
+bin/rcp/rcp.c                                  1.30
+
+       It's a very bad habit to store file sizes in int's, so change it to
+       off_t instead. Obviously noone has tried to rcp files larger than 2GB.
+       [ragge, ticket #1008]
+



Home | Main Index | Thread Index | Old Index