1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-07-31 06:04:29 +03:00

Remove use of mmap(): added complexity for no real benefit.

Legacy-ID: 3079
This commit is contained in:
Philip Kendall
2007-07-27 13:56:22 +00:00
parent f63582fbf7
commit 3ea6d7502c
12 changed files with 69 additions and 96 deletions

View File

@ -186,3 +186,6 @@
address (Stuart).
20070611 man/fuse-utils.1: mention tape2wav (Stuart).
20070611 .: ignore tape2wav.
20070727 listbasic.c,rzxcheck.c,rzxdump.c,rzxtool.c,snap2tzx.c,snapconv.c,
tape2wav.c,tapeconv.c,tzxlist.c,utils.[ch]: remove use of mmap():
added complexity for no real benefit.