
xpc_pids_C='if test "$USER" = root; then
	ps -A --no-header -o pid | sed "s/ //g"
else
	ps -u "$USER" --no-header -o pid | sed "s/ //g"
fi'
