3 Commits

Author SHA1 Message Date
rt001-hub
5e45b2330b
Update pixman-private.h (#16516)
patch to fix build issue with musl
https://lore.kernel.org/buildroot/569BA820.6040300@scalemp.com/
2024-05-13 07:29:50 -07:00
orbea
bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
ensrha
a1be55f655 Restore pixman, appears to have been deleted by mistake in 207833149561239a03b1dc8784c7b61a2aa7390b 2017-06-19 14:38:15 +01:00