--- src/sysdep.c 2020-10-13 23:22:37.521367461 +0200 +++ ../sysdep.c 2020-10-13 22:53:04.272682143 +0200 @@ -2892,7 +2892,8 @@ process. */ procdir = build_string ("/proc"); match = build_string ("[0-9]+"); - proclist = directory_files_internal (procdir, Qnil, match, Qt, false, Qnil); + proclist = directory_files_internal (procdir, Qnil, match, Qt, + false, Qnil, Qnil); /* `proclist' gives process IDs as strings. Destructively convert each string into a number. */