aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/sasl/patches/int-types.sh
blob: 83538c9108ec16cfb908908dd65eea65a94bb0fd (plain) (blame)
1
2
3
#!/bin/sh

find . -type f -exec sed --regexp-extended --in-place 's/(U?INT[0-9])/SASL_\1/g' '{}' ';'