From: Tom Yu Date: Mon, 1 Oct 2007 23:55:38 +0000 (+0000) Subject: pull up r20039 from trunk X-Git-Tag: krb5-1.6.3-beta2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75d309f9b7dc8be64ac2d44a5ca08589858862c9;p=krb5.git pull up r20039 from trunk r20039@cathode-dark-space: raeburn | 2007-10-01 15:21:49 -0400 ticket: new subject: def-check.pl needs to ignore ordinals in .def file Otherwise, the UNIX build blows out now that the Windows export lists have been updated. Silly consistency checks.... ticket: 5791 version_fixed: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20077 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/def-check.pl b/src/util/def-check.pl index 17327df24..a35e5c987 100644 --- a/src/util/def-check.pl +++ b/src/util/def-check.pl @@ -221,6 +221,7 @@ while (! $d->eof()) { next LINE2; } s/[ \t]*//g; + s/@[0-9]+//; my($xconv); if (/PRIVATE/ || /INTERNAL/) { $xconv = "PRIVATE";