pull up r20039 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 1 Oct 2007 23:55:38 +0000 (23:55 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 1 Oct 2007 23:55:38 +0000 (23:55 +0000)
 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

src/util/def-check.pl

index 17327df245f6279cc13c72010e41bdc06df2198f..a35e5c987bd0ecfa609a82a8cff708631168448e 100644 (file)
@@ -221,6 +221,7 @@ while (! $d->eof()) {
         next LINE2;
     }
     s/[ \t]*//g;
+    s/@[0-9]+//;
     my($xconv);
     if (/PRIVATE/ || /INTERNAL/) {
        $xconv = "PRIVATE";