forked from epics_driver_modules/motorBase
- Replaced obsolete stdioLib.h with stdio.h
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
FILENAME... devMM3000.c
|
||||
USAGE... Motor record device level support for Newport MM3000.
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2000-02-08 22:18:51 $
|
||||
Last Modified: $Date: 2000-06-14 14:57:34 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -41,7 +41,7 @@ Last Modified: $Date: 2000-02-08 22:18:51 $
|
||||
*/
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <stdioLib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <semLib.h> /* jps: include for init_record wait */
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... devMM4000.c
|
||||
USAGE... Motor record device level support for Newport MM4000.
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2000-02-08 22:18:52 $
|
||||
Last Modified: $Date: 2000-06-14 14:58:03 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -43,7 +43,7 @@ Last Modified: $Date: 2000-02-08 22:18:52 $
|
||||
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <stdioLib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <semLib.h> /* jps: include for init_record wait */
|
||||
#include <logLib.h>
|
||||
|
||||
Reference in New Issue
Block a user