summaryrefslogtreecommitdiff
path: root/games/boggle
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-05-21 18:05:59 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-05-21 18:05:59 +0000
commit46b230207cc84bc82f0cd18d81d2c57e55ea8a4f (patch)
treebbbf59576a521b87a654fb29aa46846b63ceca14 /games/boggle
parent404f35f676d5df1450f030d77a5f18c465333703 (diff)
- use MIN()/MAX() rather than min()/max(), to avoid possible truncation
of 64bit values to 'int' - read always single cluster of data, to avoid confusing the buffer cache; this appears to fix the random file content corruption which happens when more than one cluster is read at the same time, i.e. for files > 3*cluster_size - fix some questionable pointer arithmetics; gcc-3.4.x didn't like it - g/c redundant debug printf - remove all traces of non-working quota support add quota support to TODO - makes sense only once writing support would be implemented, and only once NTFS would support notion of file 'owner' - use 64bit local variable for free space computation From NetBSD - Comment fixes from joris@ ok millert@ joris@ pedro@
Diffstat (limited to 'games/boggle')
0 files changed, 0 insertions, 0 deletions