epics-modules/devlib2

Problems with vxWorks 5

dirk-zimoch opened this issue · 1 comments

There are some minor compilation problems

  • vxWorks 5 has no strdup()
  • The PCIUINT32 type did not match the vxWorks pciConfigInLong() argument
  • Some // comments in C code cause warnings with -ansi flag

Patch attached.

Applied as 5cf3c40 and 8a284e8

I need to find some tool which checks for c++ style comments in c code...