vmtouch
vmtouch copied to clipboard
Simplify the code; Replace size unit with macro; Repair a possible typo.
- Simplify the code
- Replace size unit with macro
- Repair a possible typo: here(vmtouch.c#L219) are duplicate
freopen("/dev/null", "w", stdout) == NULL. Maybe the second one should bestderr?