Thu, 05 Jun 2014 18:12:30 +0200remove obsolete print.* files stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 18:12:30 +0200] rev 2575
remove obsolete print.* files

Thu, 05 Jun 2014 17:54:35 +0200remove dead commented code stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:54:35 +0200] rev 2574
remove dead commented code

Thu, 05 Jun 2014 17:41:48 +0200remove print.* from release tree stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:41:48 +0200] rev 2573
remove print.* from release tree
run indent

Thu, 05 Jun 2014 17:27:16 +0200reorder functions in netdev.c to avoid forward declarations stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:27:16 +0200] rev 2572
reorder functions in netdev.c to avoid forward declarations

Thu, 05 Jun 2014 17:08:54 +0200reorder functions in update.c to omit forward declarations stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:08:54 +0200] rev 2571
reorder functions in update.c to omit forward declarations

Thu, 05 Jun 2014 16:40:01 +0200- don't use compat.h in the mainline driver stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:40:01 +0200] rev 2570
- don't use compat.h in the mainline driver
- correct constness of function pointer declarations

Thu, 05 Jun 2014 16:30:22 +0200make ccat driver more linux compliant stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:30:22 +0200] rev 2569
make ccat driver more linux compliant
- reduce enum ccat_info_t to the minimal set of defines
- replace CamelCased WINDOWS typedef structs with linux types
- remove print.c/.h from the driver build, but keep the files for debugging