hoytech / vmtouch

Portable file system cache diagnostics and control
https://hoytech.com/vmtouch/
BSD 3-Clause "New" or "Revised" License
1.79k stars 210 forks source link

Correcting for C99 mode #69

Closed rushikeshjadhav closed 5 years ago

rushikeshjadhav commented 5 years ago

Fixing following 2 errors

vmtouch.c:675:3: error: ‘for’ loop initial declarations are only allowed in C99 mode

vmtouch.c:698:3: error: ‘for’ loop initial declarations are only allowed in C99 mode

hoytech commented 5 years ago

Thanks!