Bump procd version 2017.02.08

This commit is contained in:
2017-03-18 22:42:48 +01:00
parent a08515f4a7
commit 7195cc3d28
17 changed files with 208 additions and 44 deletions

View File

@@ -121,5 +121,6 @@ int mkdev(const char *name, int _mode)
n_patterns = 1;
find_devs(true);
find_devs(false);
free(pattern);
return chdir("/");
}