systemcmds: convert c -> c++

This commit is contained in:
Daniel Agar
2021-12-19 19:25:19 -05:00
parent d2e931858d
commit 0029a75ab0
27 changed files with 69 additions and 111 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ int test_mount(int argc, char *argv[])
if (d) {
while ((dir = readdir(d)) != NULL) {
while ((dir = readdir(d)) != nullptr) {
//printf("%s\n", dir->d_name);
}