From: Link Mauve
These functions got replaced in the Vulkan API because they had
forgotten extensibility through the pNext pointer, otherwise used
everywhere in the API.
For two of these functions we already had the 2 pointer loaded, so this
avoids loading the old one as well.
On most drivers
From: Link Mauve
GNU apparently deprecated their egrep alias, replace it with 'grep -E'
to avoid getting flooded with deprecation warnings.
---
tools/patcheck | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patcheck b/tools/patcheck
index 934e5b9451..ab6f73a