aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index efebb49870c..a825145c6dd 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2532,8 +2532,7 @@ list_system_processes (void)
2532 process. */ 2532 process. */
2533 procdir = build_string ("/proc"); 2533 procdir = build_string ("/proc");
2534 match = build_string ("[0-9]+"); 2534 match = build_string ("[0-9]+");
2535 proclist = directory_files_internal (procdir, Qnil, match, Qt, 0, 2535 proclist = directory_files_internal (procdir, Qnil, match, Qt, 0, Qnil);
2536 Qnil, Qnil);
2537 2536
2538 /* `proclist' gives process IDs as strings. Destructively convert 2537 /* `proclist' gives process IDs as strings. Destructively convert
2539 each string into a number. */ 2538 each string into a number. */