Source-Changes archive

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

CVS commit: [netbsd-1-6] src/sbin/dump



Module Name:    src
Committed By:   grant
Date:           Mon Jun 16 14:03:21 UTC 2003

Modified Files:
        src/sbin/dump [netbsd-1-6]: rcache.c

Log Message:
Pull up revision 1.20 (requested by rafal in ticket #1272):

The sysctl returning the amount of memory in the system returns "int",
which is silly.  Luckily, it really does return the correct result if
interpreted as an unsigned int.  This change lets dump work on 32-bit
systems that have more than 2GB of RAM.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.2.1 src/sbin/dump/rcache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index