From 445db497a2bc10e8d7967ca3961b3adabc597da1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 3 Jul 2001 03:04:00 +0000 Subject: Just take whatever the kernel headers gave us, spaces and all. This is to accomodate arm, where rmk has made the syscall numbers be very very strangely setup, -Erik --- extra/scripts/gen_bits_syscall_h.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index 51f68fcf7..bb31914a5 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -19,7 +19,7 @@ $CC -E - | echo "#ifndef _SYSCALL_H" ; echo "# error \"Never use directly; include instead.\"" ; echo "#endif" ; echo ; - sed -ne 's/^UCLIBC_\([A-Za-z0-9_]*\) *\([^ ]*\)/#define SYS_\1 \2\ + sed -ne 's/^UCLIBC_\([A-Za-z0-9_]*\) *\(.*\)/#define SYS_\1 \2\ #define __NR_\1 \2\ #define __STR_NR_\1 \"\2\"/gp' ) -- cgit v1.2.3