Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132332 | Differences between
and this patch

Collapse All | Expand All

(-)kernel-2.eclass.orig (-4 / +1 lines)
Lines 981-990 Link Here
981
	# Voodoo to partially fix broken upstream headers.
981
	# Voodoo to partially fix broken upstream headers.
982
	# Issues with this function should go to plasmaroo.
982
	# Issues with this function should go to plasmaroo.
983
	sed -i \
983
	sed -i \
984
		-e "s/\([ "$'\t'"]\)\(u\|s\)\(8\|16\|32\|64\)\([ "$'\t'"]\)/\1__\2\3\4/g;" \
984
		-e 's/\([^A-Za-z0-9_]\|^\)\(__\)\?\([us]\(8\|16\|32\|64\)\)/\1__\3/g' \
985
		-e 's/ \(u\|s\)\(8\|16\|32\|64\)$/ __\1\2/g' \
986
		-e 's/\([(, ]\)\(u\|s\)64\([, )]\)/\1__\264\3/g' \
987
		-e "s/^\(u\|s\)\(8\|16\|32\|64\)\([ "$'\t'"]\)/__\1\2\3/g;" \
988
		-e "s/ inline / __inline__ /g" \
985
		-e "s/ inline / __inline__ /g" \
989
		"$@"
986
		"$@"
990
}
987
}

Return to bug 132332