criu/compel
Kir Kolyshkin f3be776ccc Drop \n from pr_perror
Another pr_perror spring cleaning time!

As pr_perror adds a semicolon, an strerror(errno), and a newline,
there's no need to add one manually.

Brought to you by

	for f in $(git grep -l pr_perror); do
		test -f $f || continue
		echo $f
		sed -i '\%^[[:space:]]*pr_perror(.*\\n"%s/\\n//' $f
	done

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-09-03 10:31:00 -07:00
..
arch Drop \n from pr_perror 2021-09-03 10:31:00 -07:00
include compel: Provide compel_set_task_ext_regs() 2021-09-03 10:31:00 -07:00
plugins compel/log: Provide %u specifier parsing 2021-09-03 10:31:00 -07:00
src Revert "compel: add -ffreestanding to force gcc not to use builtin memcpy, memset" 2021-09-03 10:31:00 -07:00
test compel/test: Fix warn_unused_result 2021-09-03 10:31:00 -07:00
.gitignore compel: adapt .gitgnore for aarch64 and ppc64le 2017-08-09 18:51:42 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile x86: Use PTRACE_GET_THREAD_AREA instead of sys_get_thread_area() 2021-09-03 10:31:00 -07:00