rxkad: remove warnings from der-protos.h
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 9 Jul 2013 21:50:26 +0000 (17:50 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Thu, 25 Jul 2013 03:08:54 +0000 (20:08 -0700)
commit8b5d3a73f9f29d7952f7fda1c0d98aa14be4afc1
tree2ac907b2b1a63bdc8168507511f9b302b6e99c76
parent1630ada4630a90aae64a63025f8e16dad1500490
rxkad: remove warnings from der-protos.h

der-protos.h was generated from Heimdal headers which in turn were
auto-generated.  The included a large number of function prototypes
of the form

  ret-type func(parm-list, type */* comment */);

where the combination of */* is ambiguous.  Does it mean an end comment
followed by a pointer declaration or a pointer declaration followed by
a begin comment.  This combination generates warnings on Windows.  The
bug was fixed in Heimdal's code generator.  Fixing it here by editing
the code.

Change-Id: Ie66a5c70b0144173d70433adfbe3ed453672af81
Reviewed-on: http://gerrit.openafs.org/10101
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/rxkad/der-protos.h