- Replaced obsolete stdioLib.h with stdio.h

This commit is contained in:
Ron Sluiter
2000-06-14 14:58:03 +00:00
parent c419233631
commit 5093c0dec9
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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 */
+3 -3
View File
@@ -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>