e1b411d16d
Lots of local systemtap bits are now upstream and no longer needed as local changes.
13 lines
573 B
Diff
13 lines
573 B
Diff
diff -Nrup c/scripts/check-local-headers.sh d/scripts/check-local-headers.sh
|
|
--- c/scripts/check-local-headers.sh 2012-05-20 19:47:38.000000000 -0600
|
|
+++ d/scripts/check-local-headers.sh 2012-05-20 23:54:51.258670072 -0600
|
|
@@ -28,7 +28,7 @@ exec ${AWK} -v includedir="$includedir"
|
|
BEGIN {
|
|
status = 0
|
|
exclude = "^" includedir \
|
|
- "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
|
|
+ "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h|sys/sdt(-config)?\\.h))"
|
|
}
|
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
|
{
|