Changed to work with vxWorks 5.1 and GCC 2.2.3.

This commit is contained in:
Janet B. Anderson
1993-06-03 17:42:27 +00:00
parent 3e10a0da55
commit c0ff7efa1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ static char *sccsId = "@(#)camsgtask.c 1.13\t11/20/92";
#include <socket.h>
#include <ioLib.h>
#include <in.h>
#include <tcp.h>
#include <netinet/tcp.h>
#include <errno.h>
#include <task_params.h>
#include <db_access.h>
+1 -1
View File
@@ -43,7 +43,7 @@ static char *sccsId = "@(#)caserverio.c 1.10\t7/28/92";
#include <socket.h>
#include <ioLib.h>
#include <in.h>
#include <tcp.h>
#include <netinet/tcp.h>
#include <errno.h>
#include <server.h>