summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/def-check.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/def-check.pl b/src/util/def-check.pl
index a6dd210f5..015d81204 100644
--- a/src/util/def-check.pl
+++ b/src/util/def-check.pl
@@ -89,6 +89,7 @@ while (! $h->eof()) {
if (/^ *extern "C" {/) {
next LINE;
}
+ s/KRB5_ATTR_DEPRECATED//;
# elide struct definitions
Struct1:
if (/{[^}]*}/) {