index
:
ports
main
rawnix ports tree
rawnix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
rocm-rocr-runtime
/
fix-executable-null.awk
blob: a40f104785b7114a77522c5d274162632454fd1d (
plain
)
1
2
3
4
/if\(!sec\) \{ return NULL; \}/ { gsub(/return NULL;/, "return 0;") } { print }